Uses of Class
net.minecraft.entity.TypedEntityData
Packages that use TypedEntityData
-
Uses of TypedEntityData in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as TypedEntityDataModifier and TypeFieldDescriptionprivate final TypedEntityData<EntityType<?>> BeehiveBlockEntity.BeeData.entityDataThe field for theentityDatarecord component.Methods in net.minecraft.block.entity that return TypedEntityDataModifier and TypeMethodDescriptionBeehiveBlockEntity.BeeData.entityData()Returns the value of theentityDatarecord component.Methods in net.minecraft.block.entity with parameters of type TypedEntityDataModifier and TypeMethodDescriptionstatic voidSpawner.appendSpawnDataToTooltip(@Nullable TypedEntityData<BlockEntityType<?>> nbtComponent, Consumer<Text> textConsumer, String spawnDataKey) Spawner.getSpawnedEntityText(@Nullable TypedEntityData<BlockEntityType<?>> nbtComponent, String spawnDataKey) Constructors in net.minecraft.block.entity with parameters of type TypedEntityDataModifierConstructorDescriptionBeeData(TypedEntityData<EntityType<?>> typedEntityData, int int2, int int3) -
Uses of TypedEntityData in net.minecraft.component
Fields in net.minecraft.component with type parameters of type TypedEntityDataModifier and TypeFieldDescriptionstatic final ComponentType<TypedEntityData<BlockEntityType<?>>> DataComponentTypes.BLOCK_ENTITY_DATAstatic final ComponentType<TypedEntityData<EntityType<?>>> DataComponentTypes.ENTITY_DATA -
Uses of TypedEntityData in net.minecraft.entity
Methods in net.minecraft.entity that return TypedEntityDataModifier and TypeMethodDescriptionstatic <T> TypedEntityData<T> TypedEntityData.create(T type, NbtCompound nbt) Methods in net.minecraft.entity that return types with arguments of type TypedEntityDataModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<TypedEntityData<T>> TypedEntityData.createCodec(com.mojang.serialization.Codec<T> typeCodec) static <B extends ByteBuf,T>
PacketCodec<B, TypedEntityData<T>> TypedEntityData.createPacketCodec(PacketCodec<B, T> typePacketCodec) Methods in net.minecraft.entity with parameters of type TypedEntityDataModifier and TypeMethodDescriptionstatic voidEntityType.loadFromEntityNbt(World world, @Nullable LivingEntity spawner, @Nullable Entity entity, TypedEntityData<EntityType<?>> data)