public interface ImmutablePlayerCreatedData extends ImmutableDataManipulator<ImmutablePlayerCreatedData,PlayerCreatedData>
ImmutableDataManipulator
that handles the "player created" state
for an IronGolem
.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
playerCreated()
Gets the
ImmutableValue for the "player created" state of an
IronGolem . |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> playerCreated()
ImmutableValue
for the "player created" state of an
IronGolem
.