Interface GetByte<ENTITY>

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

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

    • getField

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