Uses of Class
net.minecraft.component.type.ContainerComponent
Packages that use ContainerComponent
Package
Description
The base package for all Minecraft classes.
-
Uses of ContainerComponent in net.minecraft
Fields in net.minecraft with type parameters of type ContainerComponentModifier and TypeFieldDescriptionstatic final class_9666<ContainerComponent> class_9667.field_51416Methods in net.minecraft that return types with arguments of type ContainerComponentMethods in net.minecraft with parameters of type ContainerComponentModifier and TypeMethodDescriptionbooleanclass_9656.test(ItemStack itemStack, ContainerComponent containerComponent) -
Uses of ContainerComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type ContainerComponentModifier and TypeFieldDescriptionstatic final DataComponentType<ContainerComponent> DataComponentTypes.CONTAINER -
Uses of ContainerComponent in net.minecraft.component.type
Fields in net.minecraft.component.type declared as ContainerComponentFields in net.minecraft.component.type with type parameters of type ContainerComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ContainerComponent> ContainerComponent.CODECstatic final PacketCodec<RegistryByteBuf, ContainerComponent> ContainerComponent.PACKET_CODECMethods in net.minecraft.component.type that return ContainerComponentModifier and TypeMethodDescriptionprivate static ContainerComponentContainerComponent.fromSlots(List<ContainerComponent.Slot> slots) static ContainerComponentContainerComponent.fromStacks(List<ItemStack> stacks)