Uses of Class
net.minecraft.class_9279
Packages that use class_9279
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9279 in net.minecraft
Fields in net.minecraft declared as class_9279Fields in net.minecraft with type parameters of type class_9279Modifier and TypeFieldDescriptionstatic final class_9331<class_9279> class_9334.BLOCK_ENTITY_DATAstatic final class_9331<class_9279> class_9334.BUCKET_ENTITY_DATAstatic final class_9331<class_9279> class_9334.CUSTOM_DATAstatic final class_9331<class_9279> class_9334.ENTITY_DATAstatic final com.mojang.serialization.Codec<class_9279> class_9279.field_49303static final com.mojang.serialization.Codec<class_9279> class_9279.field_49304static final PacketCodec<ByteBuf, class_9279> class_9279.field_49305Deprecated.Methods in net.minecraft that return class_9279Modifier and TypeMethodDescriptionclass_9279.method_57451(Consumer<NbtCompound> consumer) static class_9279class_9279.method_57456(NbtCompound nbtCompound) Methods in net.minecraft that return types with arguments of type class_9279Modifier and TypeMethodDescription<T> com.mojang.serialization.DataResult<class_9279> class_9279.method_57447(com.mojang.serialization.MapEncoder<T> mapEncoder, T t) Method parameters in net.minecraft with type arguments of type class_9279Modifier and TypeMethodDescriptionstatic voidclass_9279.method_57452(class_9331<class_9279> class_9331, ItemStack itemStack, Consumer<NbtCompound> consumer) static voidclass_9279.method_57453(class_9331<class_9279> class_9331, ItemStack itemStack, NbtCompound nbtCompound) class_9279.method_57454(class_9331<class_9279> class_9331, NbtCompound nbtCompound) -
Uses of class_9279 in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as class_9279Modifier and TypeFieldDescriptionprivate final class_9279BeehiveBlockEntity.class_9309.entityDataThe field for theentityDatarecord component.Methods in net.minecraft.block.entity that return class_9279Modifier and TypeMethodDescriptionBeehiveBlockEntity.class_9309.entityData()Returns the value of theentityDatarecord component.Constructors in net.minecraft.block.entity with parameters of type class_9279 -
Uses of class_9279 in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type class_9279Modifier and TypeMethodDescriptionstatic voidEntityType.loadFromEntityNbt(World world, @Nullable PlayerEntity player, @Nullable Entity entity, class_9279 class_9279)