Uses of Class
net.minecraft.component.type.ContainerComponent
Packages that use 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)