Package net.minecraft.block.entity
Class ComparatorBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.ComparatorBlockEntity
- Mappings:
Namespace Name named net/minecraft/block/entity/ComparatorBlockEntityintermediary net/minecraft/class_2599official dza
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate intFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintprotected voidreadNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Reads data fromnbt.voidsetOutputSignal(int outputSignal) protected voidwriteNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Writes data tonbt.Methods inherited from class net.minecraft.block.entity.BlockEntity
addComponents, 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, readComponents, removeFromCopiedStackNbt, setCachedState, setComponents, setWorld, supports, toInitialChunkDataNbt, toUpdatePacket, tryParseCustomName, writeIdToNbt
-
Field Details
-
DEFAULT_OUTPUT_SIGNAL
private static final int DEFAULT_OUTPUT_SIGNAL- See Also:
- Mappings:
Namespace Name Mixin selector named DEFAULT_OUTPUT_SIGNALLnet/minecraft/block/entity/ComparatorBlockEntity;DEFAULT_OUTPUT_SIGNAL:Iintermediary field_57775Lnet/minecraft/class_2599;field_57775:Iofficial aLdza;a:I
-
outputSignal
private int outputSignal- Mappings:
Namespace Name Mixin selector named outputSignalLnet/minecraft/block/entity/ComparatorBlockEntity;outputSignal:Iintermediary field_11943Lnet/minecraft/class_2599;field_11943:Iofficial bLdza;b:I
-
-
Constructor Details
-
ComparatorBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/entity/ComparatorBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary <init>Lnet/minecraft/class_2599;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial <init>Ldza;<init>(Liw;Lebq;)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 bLdyo;b(Lua;Lji$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 aLdyo;a(Lua;Lji$a;)V
-
getOutputSignal
public int getOutputSignal()- Mappings:
Namespace Name Mixin selector named getOutputSignalLnet/minecraft/block/entity/ComparatorBlockEntity;getOutputSignal()Iintermediary method_11071Lnet/minecraft/class_2599;method_11071()Iofficial aLdza;a()I
-
setOutputSignal
public void setOutputSignal(int outputSignal) - Mappings:
Namespace Name Mixin selector named setOutputSignalLnet/minecraft/block/entity/ComparatorBlockEntity;setOutputSignal(I)Vintermediary method_11070Lnet/minecraft/class_2599;method_11070(I)Vofficial aLdza;a(I)V
-