Uses of Class
net.minecraft.class_11580
Packages that use class_11580
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11580 in net.minecraft
Methods in net.minecraft that return class_11580Modifier and TypeMethodDescriptionstatic <T> class_11580<T> class_11580.method_72535(T t, NbtCompound nbtCompound) Methods in net.minecraft that return types with arguments of type class_11580Modifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<class_11580<T>> class_11580.method_72532(com.mojang.serialization.Codec<T> codec) static <B extends ByteBuf,T>
PacketCodec<B, class_11580<T>> class_11580.method_72538(PacketCodec<B, T> packetCodec) -
Uses of class_11580 in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as class_11580Modifier and TypeFieldDescriptionprivate final class_11580<EntityType<?>> BeehiveBlockEntity.BeeData.entityDataThe field for theentityDatarecord component.Methods in net.minecraft.block.entity that return class_11580Modifier and TypeMethodDescriptionBeehiveBlockEntity.BeeData.entityData()Returns the value of theentityDatarecord component.Methods in net.minecraft.block.entity with parameters of type class_11580Modifier and TypeMethodDescriptionstatic voidSpawner.appendSpawnDataToTooltip(@Nullable class_11580<BlockEntityType<?>> nbtComponent, Consumer<Text> textConsumer, String spawnDataKey) Spawner.getSpawnedEntityText(@Nullable class_11580<BlockEntityType<?>> nbtComponent, String spawnDataKey) Constructors in net.minecraft.block.entity with parameters of type class_11580ModifierConstructorDescriptionBeeData(class_11580<EntityType<?>> class_11580, int int2, int int3) -
Uses of class_11580 in net.minecraft.component
Fields in net.minecraft.component with type parameters of type class_11580Modifier and TypeFieldDescriptionstatic final ComponentType<class_11580<BlockEntityType<?>>> DataComponentTypes.BLOCK_ENTITY_DATAstatic final ComponentType<class_11580<EntityType<?>>> DataComponentTypes.ENTITY_DATA -
Uses of class_11580 in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type class_11580Modifier and TypeMethodDescriptionstatic voidEntityType.loadFromEntityNbt(World world, @Nullable LivingEntity spawner, @Nullable Entity entity, class_11580<EntityType<?>> class_11580)