Uses of Record Class
net.minecraft.component.type.JukeboxPlayableComponent
Packages that use JukeboxPlayableComponent
Package
Description
-
Uses of JukeboxPlayableComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type JukeboxPlayableComponentModifier and TypeFieldDescriptionstatic final ComponentType<JukeboxPlayableComponent> DataComponentTypes.JUKEBOX_PLAYABLE -
Uses of JukeboxPlayableComponent in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type JukeboxPlayableComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<JukeboxPlayableComponent> JukeboxPlayableComponent.CODECstatic final PacketCodec<RegistryByteBuf, JukeboxPlayableComponent> JukeboxPlayableComponent.PACKET_CODECMethods in net.minecraft.component.type that return JukeboxPlayableComponentModifier and TypeMethodDescriptionJukeboxPlayableComponent.withShowInTooltip(boolean showInTooltip) -
Uses of JukeboxPlayableComponent in net.minecraft.predicate.item
Methods in net.minecraft.predicate.item that return types with arguments of type JukeboxPlayableComponentMethods in net.minecraft.predicate.item with parameters of type JukeboxPlayableComponentModifier and TypeMethodDescriptionbooleanJukeboxPlayablePredicate.test(ItemStack itemStack, JukeboxPlayableComponent jukeboxPlayableComponent)