Uses of Class
net.minecraft.component.type.NbtComponent
Packages that use NbtComponent
-
Uses of NbtComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type NbtComponentModifier and TypeFieldDescriptionstatic final ComponentType<NbtComponent> DataComponentTypes.BUCKET_ENTITY_DATAstatic final ComponentType<NbtComponent> DataComponentTypes.CUSTOM_DATA -
Uses of NbtComponent in net.minecraft.component.type
Fields in net.minecraft.component.type declared as NbtComponentFields in net.minecraft.component.type with type parameters of type NbtComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NbtComponent> NbtComponent.CODECstatic final PacketCodec<ByteBuf, NbtComponent> NbtComponent.PACKET_CODECDeprecated.Methods in net.minecraft.component.type that return NbtComponentModifier and TypeMethodDescriptionNbtComponent.apply(Consumer<NbtCompound> nbtConsumer) static NbtComponentNbtComponent.of(NbtCompound nbt) Method parameters in net.minecraft.component.type with type arguments of type NbtComponentModifier and TypeMethodDescriptionstatic voidNbtComponent.set(ComponentType<NbtComponent> type, ItemStack stack, Consumer<NbtCompound> nbtSetter) static voidNbtComponent.set(ComponentType<NbtComponent> type, ItemStack stack, NbtCompound nbt) -
Uses of NbtComponent in net.minecraft.entity
Fields in net.minecraft.entity declared as NbtComponent