Uses of Record Class
net.minecraft.class_8409
Packages that use class_8409
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8409 in net.minecraft
Fields in net.minecraft declared as class_8409Modifier and TypeFieldDescriptionstatic final class_8409class_8409.field_44125private final class_8409class_8408.typeThe field for thetyperecord component.Fields in net.minecraft with type parameters of type class_8409Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_8409>class_8409.field_44128Methods in net.minecraft that return class_8409Modifier and TypeMethodDescriptionclass_8409.method_50740(float float2) class_8409.method_50741(EntityType<?> entityType, Optional<NbtCompound> optional) class_8409.method_50745(Optional<class_8409.class_8410> optional) class_8409.method_50747(Optional<com.mojang.authlib.GameProfile> optional) static class_8409class_8409.method_50748(PacketByteBuf packetByteBuf) class_8408.type()Returns the value of thetyperecord component.Constructors in net.minecraft with parameters of type class_8409ModifierConstructorDescriptionclass_8408(class_8409 class_8409, @Nullable Entity entity, @Nullable com.mojang.authlib.GameProfile gameProfile) -
Uses of class_8409 in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type class_8409Modifier and TypeFieldDescriptionprivate static final TrackedData<class_8409>LivingEntity.field_44093Methods in net.minecraft.entity that return class_8409Methods in net.minecraft.entity with parameters of type class_8409Method parameters in net.minecraft.entity with type arguments of type class_8409Modifier and TypeMethodDescriptionvoidLivingEntity.method_50648(UnaryOperator<class_8409> unaryOperator) -
Uses of class_8409 in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type class_8409Modifier and TypeFieldDescriptionstatic final TrackedDataHandler<class_8409>TrackedDataHandlerRegistry.field_43410