Uses of Record Class
net.minecraft.world.item.component.SulfurCubeContent
Packages that use SulfurCubeContent
Package
Description
-
Uses of SulfurCubeContent in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type SulfurCubeContentModifier and TypeFieldDescriptionstatic final DataComponentType<SulfurCubeContent> DataComponents.SULFUR_CUBE_CONTENT -
Uses of SulfurCubeContent in net.minecraft.world.entity.monster.cubemob
Methods in net.minecraft.world.entity.monster.cubemob that return SulfurCubeContentModifier and TypeMethodDescriptionprivate static @Nullable SulfurCubeContentSulfurCube.getSulfurCubeContent(ItemStack itemStack) Methods in net.minecraft.world.entity.monster.cubemob with parameters of type SulfurCubeContentModifier and TypeMethodDescriptionprivate voidSulfurCube.setSulfurCubeContent(SulfurCubeContent sulfurCubeContent) -
Uses of SulfurCubeContent in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type SulfurCubeContentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SulfurCubeContent> SulfurCubeContent.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SulfurCubeContent> SulfurCubeContent.STREAM_CODECMethods in net.minecraft.world.item.component that return SulfurCubeContentModifier and TypeMethodDescriptionstatic SulfurCubeContentSulfurCubeContent.ofNonEmpty(ItemStack itemStack)