Interface GetDouble<ENTITY>

Type Parameters:
ENTITY - the entity type
All Superinterfaces:
DoubleGetter<ENTITY>, Getter<ENTITY>, ToDoubleFunction<ENTITY>

public interface GetDouble<ENTITY> extends DoubleGetter<ENTITY>
A more detailed DoubleGetter that also contains information about the field that created it.
Since:
3.0.2
Author:
Emil Forslund
  • Method Details

    • getField

      HasDoubleValue<ENTITY> getField()
      Returns the field that created the get()-operation.
      Returns:
      the field