Uses of Class
net.minecraft.entity.LazyEntityReference
Packages that use LazyEntityReference
- 
Uses of LazyEntityReference in net.minecraft.entity
Fields in net.minecraft.entity declared as LazyEntityReferenceModifier and TypeFieldDescriptionprivate @Nullable LazyEntityReference<LivingEntity> LivingEntity.attackerReferenceprotected @Nullable LazyEntityReference<PlayerEntity> LivingEntity.attackingPlayerFields in net.minecraft.entity with type parameters of type LazyEntityReferenceModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<? extends LazyEntityReference<?>> LazyEntityReference.CODECprivate static final PacketCodec<ByteBuf, ? extends LazyEntityReference<?>> LazyEntityReference.PACKET_CODECMethods in net.minecraft.entity that return LazyEntityReferenceModifier and TypeMethodDescriptionstatic <StoredEntityType extends UniquelyIdentifiable>
@Nullable LazyEntityReference<StoredEntityType> LazyEntityReference.fromNbt(NbtCompound nbt, String key) static <StoredEntityType extends UniquelyIdentifiable>
@Nullable LazyEntityReference<StoredEntityType> LazyEntityReference.fromNbtOrPlayerName(NbtCompound nbt, String key, World world) Tameable.getOwnerReference()Methods in net.minecraft.entity that return types with arguments of type LazyEntityReferenceModifier and TypeMethodDescriptionstatic <Type extends UniquelyIdentifiable>
com.mojang.serialization.Codec<LazyEntityReference<Type>> LazyEntityReference.createCodec()static <Type extends UniquelyIdentifiable>
PacketCodec<ByteBuf, LazyEntityReference<Type>> LazyEntityReference.createPacketCodec()Methods in net.minecraft.entity with parameters of type LazyEntityReferenceModifier and TypeMethodDescriptionstatic <StoredEntityType extends UniquelyIdentifiable>
StoredEntityTypeLazyEntityReference.resolve(@Nullable LazyEntityReference<StoredEntityType> entity, EntityQueriable<? super StoredEntityType> world, Class<StoredEntityType> type) private voidLivingEntity.setAttacking(LazyEntityReference<PlayerEntity> attackingPlayer, int playerHitTimer)  - 
Uses of LazyEntityReference in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type LazyEntityReferenceModifier and TypeFieldDescriptionstatic final TrackedDataHandler<Optional<LazyEntityReference<LivingEntity>>> TrackedDataHandlerRegistry.LAZY_ENTITY_REFERENCE - 
Uses of LazyEntityReference in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as LazyEntityReferenceModifier and TypeFieldDescriptionprivate @Nullable LazyEntityReference<LivingEntity> AbstractHorseEntity.ownerReferenceFields in net.minecraft.entity.passive with type parameters of type LazyEntityReferenceModifier and TypeFieldDescriptionprivate static final TrackedData<Optional<LazyEntityReference<LivingEntity>>> FoxEntity.OTHER_TRUSTEDprivate static final TrackedData<Optional<LazyEntityReference<LivingEntity>>> FoxEntity.OWNERprotected static final TrackedData<Optional<LazyEntityReference<LivingEntity>>> TameableEntity.OWNER_UUIDprivate static final com.mojang.serialization.Codec<List<LazyEntityReference<LivingEntity>>> FoxEntity.TRUSTED_ENTITIES_CODECMethods in net.minecraft.entity.passive that return LazyEntityReferenceModifier and TypeMethodDescriptionAbstractHorseEntity.getOwnerReference()TameableEntity.getOwnerReference()Methods in net.minecraft.entity.passive that return types with arguments of type LazyEntityReferenceModifier and TypeMethodDescription(package private) Stream<LazyEntityReference<LivingEntity>> FoxEntity.getTrustedEntities()Methods in net.minecraft.entity.passive with parameters of type LazyEntityReferenceModifier and TypeMethodDescriptionvoidTameableEntity.setOwner(@Nullable LazyEntityReference<LivingEntity> owner) private voidFoxEntity.trust(LazyEntityReference<LivingEntity> entity)