Class EnchantingTableBlockEntity
- All Implemented Interfaces:
Nameable
- Mappings:
Namespace Name named net/minecraft/block/entity/EnchantingTableBlockEntity
intermediary net/minecraft/class_2605
official dqd
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.entity.BlockEntity
BlockEntity.ComponentsAccess
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
float
float
float
float
float
private static final Random
float
int
Fields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addComponents
(ComponentMap.Builder componentMapBuilder) Returns the custom name of this object, ornull
if there is none.getName()
Returns the name of this object.protected void
readComponents
(BlockEntity.ComponentsAccess components) protected void
readNbt
(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup) Reads data fromnbt
.void
void
setCustomName
(@Nullable Text customName) static void
tick
(World world, BlockPos pos, BlockState state, EnchantingTableBlockEntity blockEntity) protected void
writeNbt
(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup) Writes data tonbt
.Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, copyItemDataRequiresOperator, createComponentlessNbt, createComponentlessNbtWithIdentifyingData, createComponentMap, createFromNbt, createNbt, createNbtWithId, createNbtWithIdentifyingData, getCachedState, getComponents, getPos, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onSyncedBlockEvent, populateCrashReport, posFromNbt, read, readComponentlessNbt, readComponents, readComponents, setCachedState, setComponents, setStackNbt, setWorld, toInitialChunkDataNbt, toUpdatePacket, tryParseCustomName, writeIdToNbt
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.util.Nameable
getDisplayName, hasCustomName
-
Field Details
-
RANDOM
- Mappings:
Namespace Name Mixin selector named RANDOM
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;RANDOM:Lnet/minecraft/util/math/random/Random;
intermediary field_11968
Lnet/minecraft/class_2605;field_11968:Lnet/minecraft/class_5819;
official k
Ldqd;k:Lazh;
-
ticks
public int ticks- Mappings:
Namespace Name Mixin selector named ticks
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;ticks:I
intermediary field_11961
Lnet/minecraft/class_2605;field_11961:I
official a
Ldqd;a:I
-
nextPageAngle
public float nextPageAngle- Mappings:
Namespace Name Mixin selector named nextPageAngle
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;nextPageAngle:F
intermediary field_11958
Lnet/minecraft/class_2605;field_11958:F
official b
Ldqd;b:F
-
pageAngle
public float pageAngle- Mappings:
Namespace Name Mixin selector named pageAngle
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;pageAngle:F
intermediary field_11960
Lnet/minecraft/class_2605;field_11960:F
official c
Ldqd;c:F
-
flipRandom
public float flipRandom- Mappings:
Namespace Name Mixin selector named flipRandom
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;flipRandom:F
intermediary field_11969
Lnet/minecraft/class_2605;field_11969:F
official d
Ldqd;d:F
-
flipTurn
public float flipTurn- Mappings:
Namespace Name Mixin selector named flipTurn
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;flipTurn:F
intermediary field_11967
Lnet/minecraft/class_2605;field_11967:F
official e
Ldqd;e:F
-
nextPageTurningSpeed
public float nextPageTurningSpeed- Mappings:
Namespace Name Mixin selector named nextPageTurningSpeed
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;nextPageTurningSpeed:F
intermediary field_11966
Lnet/minecraft/class_2605;field_11966:F
official f
Ldqd;f:F
-
pageTurningSpeed
public float pageTurningSpeed- Mappings:
Namespace Name Mixin selector named pageTurningSpeed
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;pageTurningSpeed:F
intermediary field_11965
Lnet/minecraft/class_2605;field_11965:F
official g
Ldqd;g:F
-
bookRotation
public float bookRotation- Mappings:
Namespace Name Mixin selector named bookRotation
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;bookRotation:F
intermediary field_11964
Lnet/minecraft/class_2605;field_11964:F
official h
Ldqd;h:F
-
lastBookRotation
public float lastBookRotation- Mappings:
Namespace Name Mixin selector named lastBookRotation
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;lastBookRotation:F
intermediary field_11963
Lnet/minecraft/class_2605;field_11963:F
official i
Ldqd;i:F
-
targetBookRotation
public float targetBookRotation- Mappings:
Namespace Name Mixin selector named targetBookRotation
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;targetBookRotation:F
intermediary field_11962
Lnet/minecraft/class_2605;field_11962:F
official j
Ldqd;j:F
-
customName
- Mappings:
Namespace Name Mixin selector named customName
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;customName:Lnet/minecraft/text/Text;
intermediary field_11959
Lnet/minecraft/class_2605;field_11959:Lnet/minecraft/class_2561;
official l
Ldqd;l:Lxp;
-
-
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;)V
intermediary <init>
Lnet/minecraft/class_2605;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
official <init>
Ldqd;<init>(Liz;Ldse;)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:
writeNbt
in classBlockEntity
- See Also:
- Mappings:
Namespace Name Mixin selector named writeNbt
Lnet/minecraft/block/entity/BlockEntity;writeNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
intermediary method_11007
Lnet/minecraft/class_2586;method_11007(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)V
official b
Ldpj;b(Lus;Ljk$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.
nbt
might 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:
readNbt
in classBlockEntity
- See Also:
- Mappings:
Namespace Name Mixin selector named readNbt
Lnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
intermediary method_11014
Lnet/minecraft/class_2586;method_11014(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)V
official a
Ldpj;a(Lus;Ljk$a;)V
-
tick
public static void tick(World world, BlockPos pos, BlockState state, EnchantingTableBlockEntity blockEntity) - Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;tick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/EnchantingTableBlockEntity;)V
intermediary method_31688
Lnet/minecraft/class_2605;method_31688(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2605;)V
official a
Ldqd;a(Ldca;Liz;Ldse;Ldqd;)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:
getName
in interfaceNameable
- Returns:
- the name of this object
- Mappings:
Namespace Name Mixin selector named getName
Lnet/minecraft/util/Nameable;getName()Lnet/minecraft/text/Text;
intermediary method_5477
Lnet/minecraft/class_1275;method_5477()Lnet/minecraft/class_2561;
official af
Lbrb;af()Lxp;
-
setCustomName
- Mappings:
Namespace Name Mixin selector named setCustomName
Lnet/minecraft/block/entity/EnchantingTableBlockEntity;setCustomName(Lnet/minecraft/text/Text;)V
intermediary method_11179
Lnet/minecraft/class_2605;method_11179(Lnet/minecraft/class_2561;)V
official a
Ldqd;a(Lxp;)V
-
getCustomName
Returns the custom name of this object, ornull
if there is none.- Specified by:
getCustomName
in interfaceNameable
- Returns:
- the custom name of this object, or
null
if there is none - Mappings:
Namespace Name Mixin selector named getCustomName
Lnet/minecraft/util/Nameable;getCustomName()Lnet/minecraft/text/Text;
intermediary method_5797
Lnet/minecraft/class_1275;method_5797()Lnet/minecraft/class_2561;
official ah
Lbrb;ah()Lxp;
-
readComponents
- Overrides:
readComponents
in classBlockEntity
- Mappings:
Namespace Name Mixin selector named readComponents
Lnet/minecraft/block/entity/BlockEntity;readComponents(Lnet/minecraft/block/entity/BlockEntity$ComponentsAccess;)V
intermediary method_57568
Lnet/minecraft/class_2586;method_57568(Lnet/minecraft/class_2586$class_9473;)V
official a
Ldpj;a(Ldpj$b;)V
-
addComponents
- Overrides:
addComponents
in classBlockEntity
- Mappings:
Namespace Name Mixin selector named addComponents
Lnet/minecraft/block/entity/BlockEntity;addComponents(Lnet/minecraft/component/ComponentMap$Builder;)V
intermediary method_57567
Lnet/minecraft/class_2586;method_57567(Lnet/minecraft/class_9323$class_9324;)V
official a
Ldpj;a(Lki$a;)V
-
removeFromCopiedStackNbt
- Overrides:
removeFromCopiedStackNbt
in classBlockEntity
- Mappings:
Namespace Name Mixin selector named removeFromCopiedStackNbt
Lnet/minecraft/block/entity/BlockEntity;removeFromCopiedStackNbt(Lnet/minecraft/nbt/NbtCompound;)V
intermediary method_57569
Lnet/minecraft/class_2586;method_57569(Lnet/minecraft/class_2487;)V
official a
Ldpj;a(Lus;)V
-