Class EnchantingTableBlockEntity
- All Implemented Interfaces:
Nameable
- Mappings:
Namespace Name named net/minecraft/block/entity/EnchantingTableBlockEntityintermediary net/minecraft/class_2605official eck
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloatfloatfloatfloatfloatfloatprivate static final RandomfloatintFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddComponents(ComponentMap.Builder builder) Returns the custom name of this object, ornullif there is none.getName()Returns the name of this object.protected voidreadComponents(ComponentsAccess components) protected voidreadNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Reads data fromnbt.voidvoidsetCustomName(@Nullable Text customName) static voidtick(World world, BlockPos pos, BlockState state, EnchantingTableBlockEntity blockEntity) protected voidwriteNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Writes data tonbt.Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, createComponentlessNbt, createComponentlessNbtWithIdentifyingData, createComponentMap, createFromNbt, createNbt, createNbtWithId, createNbtWithIdentifyingData, getCachedState, getComponents, getPos, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onBlockReplaced, onSyncedBlockEvent, populateCrashReport, posFromNbt, read, readComponentlessNbt, readComponents, readComponents, setCachedState, setComponents, setWorld, supports, toInitialChunkDataNbt, toUpdatePacket, tryParseCustomName, writeIdToNbtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.Nameable
getDisplayName, hasCustomName
-
Field Details
-
RANDOM
- Mappings:
Namespace Name Mixin selector named RANDOMLnet/minecraft/block/entity/EnchantingTableBlockEntity;RANDOM:Lnet/minecraft/util/math/random/Random;intermediary field_11968Lnet/minecraft/class_2605;field_11968:Lnet/minecraft/class_5819;official kLeck;k:Lbbg;
-
ticks
public int ticks- Mappings:
Namespace Name Mixin selector named ticksLnet/minecraft/block/entity/EnchantingTableBlockEntity;ticks:Iintermediary field_11961Lnet/minecraft/class_2605;field_11961:Iofficial aLeck;a:I
-
nextPageAngle
public float nextPageAngle- Mappings:
Namespace Name Mixin selector named nextPageAngleLnet/minecraft/block/entity/EnchantingTableBlockEntity;nextPageAngle:Fintermediary field_11958Lnet/minecraft/class_2605;field_11958:Fofficial bLeck;b:F
-
pageAngle
public float pageAngle- Mappings:
Namespace Name Mixin selector named pageAngleLnet/minecraft/block/entity/EnchantingTableBlockEntity;pageAngle:Fintermediary field_11960Lnet/minecraft/class_2605;field_11960:Fofficial cLeck;c:F
-
flipRandom
public float flipRandom- Mappings:
Namespace Name Mixin selector named flipRandomLnet/minecraft/block/entity/EnchantingTableBlockEntity;flipRandom:Fintermediary field_11969Lnet/minecraft/class_2605;field_11969:Fofficial dLeck;d:F
-
flipTurn
public float flipTurn- Mappings:
Namespace Name Mixin selector named flipTurnLnet/minecraft/block/entity/EnchantingTableBlockEntity;flipTurn:Fintermediary field_11967Lnet/minecraft/class_2605;field_11967:Fofficial eLeck;e:F
-
nextPageTurningSpeed
public float nextPageTurningSpeed- Mappings:
Namespace Name Mixin selector named nextPageTurningSpeedLnet/minecraft/block/entity/EnchantingTableBlockEntity;nextPageTurningSpeed:Fintermediary field_11966Lnet/minecraft/class_2605;field_11966:Fofficial fLeck;f:F
-
pageTurningSpeed
public float pageTurningSpeed- Mappings:
Namespace Name Mixin selector named pageTurningSpeedLnet/minecraft/block/entity/EnchantingTableBlockEntity;pageTurningSpeed:Fintermediary field_11965Lnet/minecraft/class_2605;field_11965:Fofficial gLeck;g:F
-
bookRotation
public float bookRotation- Mappings:
Namespace Name Mixin selector named bookRotationLnet/minecraft/block/entity/EnchantingTableBlockEntity;bookRotation:Fintermediary field_11964Lnet/minecraft/class_2605;field_11964:Fofficial hLeck;h:F
-
lastBookRotation
public float lastBookRotation- Mappings:
Namespace Name Mixin selector named lastBookRotationLnet/minecraft/block/entity/EnchantingTableBlockEntity;lastBookRotation:Fintermediary field_11963Lnet/minecraft/class_2605;field_11963:Fofficial iLeck;i:F
-
targetBookRotation
public float targetBookRotation- Mappings:
Namespace Name Mixin selector named targetBookRotationLnet/minecraft/block/entity/EnchantingTableBlockEntity;targetBookRotation:Fintermediary field_11962Lnet/minecraft/class_2605;field_11962:Fofficial jLeck;j:F
-
customName
- Mappings:
Namespace Name Mixin selector named customNameLnet/minecraft/block/entity/EnchantingTableBlockEntity;customName:Lnet/minecraft/text/Text;intermediary field_11959Lnet/minecraft/class_2605;field_11959:Lnet/minecraft/class_2561;official lLeck;l:Lxi;
-
-
Constructor Details
-
EnchantingTableBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/entity/EnchantingTableBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary <init>Lnet/minecraft/class_2605;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial <init>Leck;<init>(Lix;Lees;)V
-
-
Method Details
-
writeNbt
Writes data tonbt. Subclasses should override this if they store a persistent data.NBT is a storage format; therefore, a data from NBT is loaded to a block entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the block entity.
- Overrides:
writeNbtin classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector named writeNbtLnet/minecraft/block/entity/BlockEntity;writeNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Vintermediary method_11007Lnet/minecraft/class_2586;method_11007(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)Vofficial bLebn;b(Luc;Ljj$a;)V
-
readNbt
Reads data fromnbt. Subclasses should override this if they store a persistent data.NBT is a storage format; therefore, a data from NBT is loaded to a block entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the block entity.
nbtmight not have all expected keys, or might have a key whose value does not meet the requirement (such as the type or the range). This method should fall back to a reasonable default value instead of throwing an exception.- Overrides:
readNbtin classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector named readNbtLnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Vintermediary method_11014Lnet/minecraft/class_2586;method_11014(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)Vofficial aLebn;a(Luc;Ljj$a;)V
-
tick
public static void tick(World world, BlockPos pos, BlockState state, EnchantingTableBlockEntity blockEntity) - Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/block/entity/EnchantingTableBlockEntity;tick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/EnchantingTableBlockEntity;)Vintermediary method_31688Lnet/minecraft/class_2605;method_31688(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2605;)Vofficial aLeck;a(Ldmy;Lix;Lees;Leck;)V
-
getName
Returns the name of this object.This should return the custom name if it exists, otherwise the default name. This should not have styling applied.
- Specified by:
getNamein interfaceNameable- Returns:
- the name of this object
- Mappings:
Namespace Name Mixin selector named getNameLnet/minecraft/util/Nameable;getName()Lnet/minecraft/text/Text;intermediary method_5477Lnet/minecraft/class_1275;method_5477()Lnet/minecraft/class_2561;official anLbwf;an()Lxi;
-
setCustomName
- Mappings:
Namespace Name Mixin selector named setCustomNameLnet/minecraft/block/entity/EnchantingTableBlockEntity;setCustomName(Lnet/minecraft/text/Text;)Vintermediary method_11179Lnet/minecraft/class_2605;method_11179(Lnet/minecraft/class_2561;)Vofficial aLeck;a(Lxi;)V
-
getCustomName
Returns the custom name of this object, ornullif there is none.- Specified by:
getCustomNamein interfaceNameable- Returns:
- the custom name of this object, or
nullif there is none - Mappings:
Namespace Name Mixin selector named getCustomNameLnet/minecraft/util/Nameable;getCustomName()Lnet/minecraft/text/Text;intermediary method_5797Lnet/minecraft/class_1275;method_5797()Lnet/minecraft/class_2561;official apLbwf;ap()Lxi;
-
readComponents
- Overrides:
readComponentsin classBlockEntity- Mappings:
Namespace Name Mixin selector named readComponentsLnet/minecraft/block/entity/BlockEntity;readComponents(Lnet/minecraft/component/ComponentsAccess;)Vintermediary method_57568Lnet/minecraft/class_2586;method_57568(Lnet/minecraft/class_9473;)Vofficial aLebn;a(Lkh;)V
-
addComponents
- Overrides:
addComponentsin classBlockEntity- Mappings:
Namespace Name Mixin selector named addComponentsLnet/minecraft/block/entity/BlockEntity;addComponents(Lnet/minecraft/component/ComponentMap$Builder;)Vintermediary method_57567Lnet/minecraft/class_2586;method_57567(Lnet/minecraft/class_9323$class_9324;)Vofficial aLebn;a(Lkj$a;)V
-
removeFromCopiedStackNbt
- Overrides:
removeFromCopiedStackNbtin classBlockEntity- Mappings:
Namespace Name Mixin selector named removeFromCopiedStackNbtLnet/minecraft/block/entity/BlockEntity;removeFromCopiedStackNbt(Lnet/minecraft/nbt/NbtCompound;)Vintermediary method_57569Lnet/minecraft/class_2586;method_57569(Lnet/minecraft/class_2487;)Vofficial aLebn;a(Luc;)V
-