Uses of Class
net.minecraft.class_10583
Packages that use class_10583
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10583 in net.minecraft
Methods in net.minecraft that return class_10583Modifier and TypeMethodDescriptionstatic <StoredEntityType extends class_10599>
@Nullable class_10583<StoredEntityType> class_10583.method_66260(NbtCompound nbtCompound, String string, World world) static <StoredEntityType extends class_10599>
@Nullable class_10583<StoredEntityType> class_10583.method_66262(NbtCompound nbtCompound, String string) Methods in net.minecraft that return types with arguments of type class_10583Modifier and TypeMethodDescriptionstatic <Type extends class_10599>
com.mojang.serialization.Codec<class_10583<Type>> class_10583.method_66253()static <Type extends class_10599>
PacketCodec<ByteBuf, class_10583<Type>> class_10583.method_66261()Methods in net.minecraft with parameters of type class_10583Modifier and TypeMethodDescriptionstatic <StoredEntityType extends class_10599>
StoredEntityTypeclass_10583.method_66254(@Nullable class_10583<StoredEntityType> class_10583, class_10598<? super StoredEntityType> class_10598, Class<StoredEntityType> class2) -
Uses of class_10583 in net.minecraft.entity
Fields in net.minecraft.entity declared as class_10583Modifier and TypeFieldDescriptionprotected @Nullable class_10583<PlayerEntity> LivingEntity.attackingPlayerprivate @Nullable class_10583<LivingEntity> LivingEntity.field_55674Methods in net.minecraft.entity that return class_10583Methods in net.minecraft.entity with parameters of type class_10583Modifier and TypeMethodDescriptionprivate voidLivingEntity.setAttacking(class_10583<PlayerEntity> class_10583, int int2) -
Uses of class_10583 in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type class_10583Modifier and TypeFieldDescriptionstatic final TrackedDataHandler<Optional<class_10583<LivingEntity>>> TrackedDataHandlerRegistry.field_55584 -
Uses of class_10583 in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as class_10583Modifier and TypeFieldDescriptionprivate @Nullable class_10583<LivingEntity> AbstractHorseEntity.field_55705Fields in net.minecraft.entity.passive with type parameters of type class_10583Modifier and TypeFieldDescriptionprivate static final TrackedData<Optional<class_10583<LivingEntity>>> FoxEntity.OTHER_TRUSTEDprivate static final TrackedData<Optional<class_10583<LivingEntity>>> FoxEntity.OWNERprotected static final TrackedData<Optional<class_10583<LivingEntity>>> TameableEntity.OWNER_UUIDMethods in net.minecraft.entity.passive that return class_10583Modifier and TypeMethodDescriptionAbstractHorseEntity.method_66287()TameableEntity.method_66287()Methods in net.minecraft.entity.passive that return types with arguments of type class_10583Modifier and TypeMethodDescription(package private) Stream<class_10583<LivingEntity>> FoxEntity.method_66293()Methods in net.minecraft.entity.passive with parameters of type class_10583Modifier and TypeMethodDescriptionvoidTameableEntity.method_66288(@Nullable class_10583<LivingEntity> class_10583) private voidFoxEntity.method_66290(class_10583<LivingEntity> class_10583)