Class TestInstanceBlockEntity
- All Implemented Interfaces:
BeamEmitter
,StructureBoxRendering
- Mappings:
Namespace Name named net/minecraft/block/entity/TestInstanceBlockEntity
intermediary net/minecraft/class_10638
official eaj
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
static enum
Nested classes/interfaces inherited from interface net.minecraft.block.entity.BeamEmitter
BeamEmitter.BeamSegment
Nested classes/interfaces inherited from interface net.minecraft.block.entity.StructureBoxRendering
StructureBoxRendering.RenderMode, StructureBoxRendering.StructureBox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final List
<BeamEmitter.BeamSegment> private TestInstanceBlockEntity.Data
private static final Text
private static final List
<BeamEmitter.BeamSegment> private static final List
<BeamEmitter.BeamSegment> private static final List
<BeamEmitter.BeamSegment> private static final Vec3i
private static final List
<BeamEmitter.BeamSegment> Fields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
private void
boolean
static boolean
exportData
(ServerWorld world, Identifier structureId, Consumer<Text> messageConsumer) void
forEachPos
(Consumer<BlockPos> posConsumer) getBox()
getSize()
static BlockPos
getStructurePos
(BlockPos pos) getStructureSize
(ServerWorld world, RegistryKey<TestInstance> testInstance) private static Optional
<StructureTemplate> getStructureTemplate
(ServerWorld world, RegistryKey<TestInstance> testInstance) private Optional
<RegistryEntry.Reference<TestInstance>> private Vec3i
void
Marks this block entity as dirty and that it needs to be saved.void
boolean
private void
placeStructure
(ServerWorld world, StructureTemplate template) protected void
readNbt
(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Reads data fromnbt
.void
saveStructure
(Consumer<Text> messageConsumer) private void
void
void
setErrorMessage
(Text errorMessage) void
void
boolean
void
toInitialChunkDataNbt
(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.Returns the packet to send to nearby players when the block entity's observable state changes, ornull
to not send the packet.protected void
writeNbt
(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, markRemoved, onBlockReplaced, onSyncedBlockEvent, populateCrashReport, posFromNbt, read, readComponentlessNbt, readComponents, readComponents, readComponents, removeFromCopiedStackNbt, setCachedState, setComponents, setWorld, supports, tryParseCustomName, writeIdToNbt
-
Field Details
-
INVALID_TEST_TEXT
- Mappings:
Namespace Name Mixin selector named INVALID_TEST_TEXT
Lnet/minecraft/block/entity/TestInstanceBlockEntity;INVALID_TEST_TEXT:Lnet/minecraft/text/Text;
intermediary field_56003
Lnet/minecraft/class_10638;field_56003:Lnet/minecraft/class_2561;
official a
Leaj;a:Lxg;
-
CLEARED_BEAM_SEGMENTS
- Mappings:
Namespace Name Mixin selector named CLEARED_BEAM_SEGMENTS
Lnet/minecraft/block/entity/TestInstanceBlockEntity;CLEARED_BEAM_SEGMENTS:Ljava/util/List;
intermediary field_56004
Lnet/minecraft/class_10638;field_56004:Ljava/util/List;
official b
Leaj;b:Ljava/util/List;
-
RUNNING_BEAM_SEGMENTS
- Mappings:
Namespace Name Mixin selector named RUNNING_BEAM_SEGMENTS
Lnet/minecraft/block/entity/TestInstanceBlockEntity;RUNNING_BEAM_SEGMENTS:Ljava/util/List;
intermediary field_56005
Lnet/minecraft/class_10638;field_56005:Ljava/util/List;
official c
Leaj;c:Ljava/util/List;
-
SUCCESS_BEAM_SEGMENTS
- Mappings:
Namespace Name Mixin selector named SUCCESS_BEAM_SEGMENTS
Lnet/minecraft/block/entity/TestInstanceBlockEntity;SUCCESS_BEAM_SEGMENTS:Ljava/util/List;
intermediary field_56006
Lnet/minecraft/class_10638;field_56006:Ljava/util/List;
official d
Leaj;d:Ljava/util/List;
-
REQUIRED_FAIL_BEAM_SEGMENTS
- Mappings:
Namespace Name Mixin selector named REQUIRED_FAIL_BEAM_SEGMENTS
Lnet/minecraft/block/entity/TestInstanceBlockEntity;REQUIRED_FAIL_BEAM_SEGMENTS:Ljava/util/List;
intermediary field_56007
Lnet/minecraft/class_10638;field_56007:Ljava/util/List;
official e
Leaj;e:Ljava/util/List;
-
OPTIONAL_FAIL_BEAM_SEGMENTS
- Mappings:
Namespace Name Mixin selector named OPTIONAL_FAIL_BEAM_SEGMENTS
Lnet/minecraft/block/entity/TestInstanceBlockEntity;OPTIONAL_FAIL_BEAM_SEGMENTS:Ljava/util/List;
intermediary field_56008
Lnet/minecraft/class_10638;field_56008:Ljava/util/List;
official f
Leaj;f:Ljava/util/List;
-
STRUCTURE_OFFSET
- Mappings:
Namespace Name Mixin selector named STRUCTURE_OFFSET
Lnet/minecraft/block/entity/TestInstanceBlockEntity;STRUCTURE_OFFSET:Lnet/minecraft/util/math/Vec3i;
intermediary field_56009
Lnet/minecraft/class_10638;field_56009:Lnet/minecraft/class_2382;
official g
Leaj;g:Lkb;
-
data
- Mappings:
Namespace Name Mixin selector named data
Lnet/minecraft/block/entity/TestInstanceBlockEntity;data:Lnet/minecraft/block/entity/TestInstanceBlockEntity$Data;
intermediary field_56010
Lnet/minecraft/class_10638;field_56010:Lnet/minecraft/class_10638$class_10639;
official h
Leaj;h:Leaj$a;
-
-
Constructor Details
-
TestInstanceBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/block/entity/TestInstanceBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
intermediary <init>
Lnet/minecraft/class_10638;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
official <init>
Leaj;<init>(Liw;Lebq;)V
-
-
Method Details
-
setData
- Mappings:
Namespace Name Mixin selector named setData
Lnet/minecraft/block/entity/TestInstanceBlockEntity;setData(Lnet/minecraft/block/entity/TestInstanceBlockEntity$Data;)V
intermediary method_66745
Lnet/minecraft/class_10638;method_66745(Lnet/minecraft/class_10638$class_10639;)V
official a
Leaj;a(Leaj$a;)V
-
getStructureSize
public static Optional<Vec3i> getStructureSize(ServerWorld world, RegistryKey<TestInstance> testInstance) - Mappings:
Namespace Name Mixin selector named getStructureSize
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getStructureSize(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/registry/RegistryKey;)Ljava/util/Optional;
intermediary method_66740
Lnet/minecraft/class_10638;method_66740(Lnet/minecraft/class_3218;Lnet/minecraft/class_5321;)Ljava/util/Optional;
official a
Leaj;a(Lasb;Lalq;)Ljava/util/Optional;
-
getBlockBox
- Mappings:
Namespace Name Mixin selector named getBlockBox
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getBlockBox()Lnet/minecraft/util/math/BlockBox;
intermediary method_66759
Lnet/minecraft/class_10638;method_66759()Lnet/minecraft/class_3341;
official d
Leaj;d()Lesf;
-
getBox
- Mappings:
Namespace Name Mixin selector named getBox
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getBox()Lnet/minecraft/util/math/Box;
intermediary method_66762
Lnet/minecraft/class_10638;method_66762()Lnet/minecraft/class_238;
official f
Leaj;f()Lffx;
-
getStructureTemplate
private static Optional<StructureTemplate> getStructureTemplate(ServerWorld world, RegistryKey<TestInstance> testInstance) - Mappings:
Namespace Name Mixin selector named getStructureTemplate
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getStructureTemplate(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/registry/RegistryKey;)Ljava/util/Optional;
intermediary method_66752
Lnet/minecraft/class_10638;method_66752(Lnet/minecraft/class_3218;Lnet/minecraft/class_5321;)Ljava/util/Optional;
official b
Leaj;b(Lasb;Lalq;)Ljava/util/Optional;
-
getTestKey
- Mappings:
Namespace Name Mixin selector named getTestKey
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getTestKey()Ljava/util/Optional;
intermediary method_66763
Lnet/minecraft/class_10638;method_66763()Ljava/util/Optional;
official j
Leaj;j()Ljava/util/Optional;
-
getTestName
- Mappings:
Namespace Name Mixin selector named getTestName
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getTestName()Lnet/minecraft/text/Text;
intermediary method_66764
Lnet/minecraft/class_10638;method_66764()Lnet/minecraft/class_2561;
official k
Leaj;k()Lxg;
-
getTestEntry
- Mappings:
Namespace Name Mixin selector named getTestEntry
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getTestEntry()Ljava/util/Optional;
intermediary method_66735
Lnet/minecraft/class_10638;method_66735()Ljava/util/Optional;
official E
Leaj;E()Ljava/util/Optional;
-
shouldIgnoreEntities
public boolean shouldIgnoreEntities()- Mappings:
Namespace Name Mixin selector named shouldIgnoreEntities
Lnet/minecraft/block/entity/TestInstanceBlockEntity;shouldIgnoreEntities()Z
intermediary method_66765
Lnet/minecraft/class_10638;method_66765()Z
official s
Leaj;s()Z
-
getSize
- Mappings:
Namespace Name Mixin selector named getSize
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getSize()Lnet/minecraft/util/math/Vec3i;
intermediary method_66766
Lnet/minecraft/class_10638;method_66766()Lnet/minecraft/class_2382;
official t
Leaj;t()Lkb;
-
getRotation
- Mappings:
Namespace Name Mixin selector named getRotation
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getRotation()Lnet/minecraft/util/BlockRotation;
intermediary method_66767
Lnet/minecraft/class_10638;method_66767()Lnet/minecraft/class_2470;
official u
Leaj;u()Ldui;
-
getErrorMessage
- Mappings:
Namespace Name Mixin selector named getErrorMessage
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getErrorMessage()Ljava/util/Optional;
intermediary method_66768
Lnet/minecraft/class_10638;method_66768()Ljava/util/Optional;
official v
Leaj;v()Ljava/util/Optional;
-
setErrorMessage
- Mappings:
Namespace Name Mixin selector named setErrorMessage
Lnet/minecraft/block/entity/TestInstanceBlockEntity;setErrorMessage(Lnet/minecraft/text/Text;)V
intermediary method_66751
Lnet/minecraft/class_10638;method_66751(Lnet/minecraft/class_2561;)V
official a
Leaj;a(Lxg;)V
-
setFinished
public void setFinished()- Mappings:
Namespace Name Mixin selector named setFinished
Lnet/minecraft/block/entity/TestInstanceBlockEntity;setFinished()V
intermediary method_66769
Lnet/minecraft/class_10638;method_66769()V
official w
Leaj;w()V
-
setRunning
public void setRunning()- Mappings:
Namespace Name Mixin selector named setRunning
Lnet/minecraft/block/entity/TestInstanceBlockEntity;setRunning()V
intermediary method_66770
Lnet/minecraft/class_10638;method_66770()V
official x
Leaj;x()V
-
markDirty
public void markDirty()Marks this block entity as dirty and that it needs to be saved. This also triggersinvalid reference
comparator update
This must be called when something changed in a way that affects the saved NBT; otherwise, the game might not save the block entity.
- Overrides:
markDirty
in classBlockEntity
- Mappings:
Namespace Name Mixin selector named markDirty
Lnet/minecraft/block/entity/BlockEntity;markDirty()V
intermediary method_5431
Lnet/minecraft/class_2586;method_5431()V
official e
Ldyo;e()V
-
toUpdatePacket
Description copied from class:BlockEntity
Returns the packet to send to nearby players when the block entity's observable state changes, ornull
to not send the packet.If the data returned by
initial chunk data
is suitable for updates, the following shortcut can be used to create an update packet:BlockEntityUpdateS2CPacket.create(this)
. The NBT will be passed toBlockEntity.readNbt(net.minecraft.nbt.NbtCompound, net.minecraft.registry.RegistryWrapper.WrapperLookup)
on the client."Observable state" is a state that clients can observe without specific interaction. For example,
CampfireBlockEntity
's cooked items are observable states, but chests' inventories are not observable states, since the player must first open that chest before they can see the contents.To sync block entity data using this method, use
serverWorld.getChunkManager().markForUpdate(this.getPos());
.- Overrides:
toUpdatePacket
in classBlockEntity
- Returns:
- the packet to send to nearby players when the block entity's observable
state changes, or
null
to not send the packet - See Also:
- Mappings:
Namespace Name Mixin selector named toUpdatePacket
Lnet/minecraft/block/entity/TestInstanceBlockEntity;toUpdatePacket()Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;
intermediary method_66771
Lnet/minecraft/class_10638;method_66771()Lnet/minecraft/class_2622;
official y
Leaj;y()Lacl;
-
toInitialChunkDataNbt
Returns the serialized state of this block entity that is observable by clients.This is sent alongside the initial chunk data, as well as when the block entity implements
toUpdatePacket()
and decides to use the defaultBlockEntityUpdateS2CPacket
."Observable state" is a state that clients can observe without specific interaction. For example,
CampfireBlockEntity
's cooked items are observable states, but chests' inventories are not observable states, since the player must first open that chest before they can see the contents.To send all NBT data of this block entity saved to disk, return
BlockEntity.createNbt(net.minecraft.registry.RegistryWrapper.WrapperLookup)
.- Overrides:
toInitialChunkDataNbt
in classBlockEntity
- Returns:
- the serialized state of this block entity that is observable by clients
- See Also:
- Mappings:
Namespace Name Mixin selector named toInitialChunkDataNbt
Lnet/minecraft/block/entity/BlockEntity;toInitialChunkDataNbt(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/nbt/NbtCompound;
intermediary method_16887
Lnet/minecraft/class_2586;method_16887(Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_2487;
official a
Ldyo;a(Lji$a;)Lua;
-
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
Ldyo;a(Lua;Lji$a;)V
-
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
Ldyo;b(Lua;Lji$a;)V
-
getRenderMode
- Specified by:
getRenderMode
in interfaceStructureBoxRendering
- Mappings:
Namespace Name Mixin selector named getRenderMode
Lnet/minecraft/block/entity/StructureBoxRendering;getRenderMode()Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;
intermediary method_66713
Lnet/minecraft/class_10634;method_66713()Lnet/minecraft/class_10634$class_10635;
official b
Ldyr;b()Ldyr$a;
-
getStructurePos
- Mappings:
Namespace Name Mixin selector named getStructurePos
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getStructurePos()Lnet/minecraft/util/math/BlockPos;
intermediary method_66772
Lnet/minecraft/class_10638;method_66772()Lnet/minecraft/class_2338;
official z
Leaj;z()Liw;
-
getStructurePos
- Mappings:
Namespace Name Mixin selector named getStructurePos
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getStructurePos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
intermediary method_66747
Lnet/minecraft/class_10638;method_66747(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;
official a
Leaj;a(Liw;)Liw;
-
getStructureBox
- Specified by:
getStructureBox
in interfaceStructureBoxRendering
- Mappings:
Namespace Name Mixin selector named getStructureBox
Lnet/minecraft/block/entity/StructureBoxRendering;getStructureBox()Lnet/minecraft/block/entity/StructureBoxRendering$StructureBox;
intermediary method_66714
Lnet/minecraft/class_10634;method_66714()Lnet/minecraft/class_10634$class_10636;
official c
Ldyr;c()Ldyr$b;
-
getBeamSegments
- Specified by:
getBeamSegments
in interfaceBeamEmitter
- Mappings:
Namespace Name Mixin selector named getBeamSegments
Lnet/minecraft/block/entity/BeamEmitter;getBeamSegments()Ljava/util/List;
intermediary method_10937
Lnet/minecraft/class_10633;method_10937()Ljava/util/List;
official a
Ldyi;a()Ljava/util/List;
-
getTransformedSize
- Mappings:
Namespace Name Mixin selector named getTransformedSize
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getTransformedSize()Lnet/minecraft/util/math/Vec3i;
intermediary method_66736
Lnet/minecraft/class_10638;method_66736()Lnet/minecraft/class_2382;
official F
Leaj;F()Lkb;
-
reset
- Mappings:
Namespace Name Mixin selector named reset
Lnet/minecraft/block/entity/TestInstanceBlockEntity;reset(Ljava/util/function/Consumer;)V
intermediary method_66746
Lnet/minecraft/class_10638;method_66746(Ljava/util/function/Consumer;)V
official a
Leaj;a(Ljava/util/function/Consumer;)V
-
saveStructure
- Mappings:
Namespace Name Mixin selector named saveStructure
Lnet/minecraft/block/entity/TestInstanceBlockEntity;saveStructure(Ljava/util/function/Consumer;)Ljava/util/Optional;
intermediary method_66753
Lnet/minecraft/class_10638;method_66753(Ljava/util/function/Consumer;)Ljava/util/Optional;
official b
Leaj;b(Ljava/util/function/Consumer;)Ljava/util/Optional;
-
export
- Mappings:
Namespace Name Mixin selector named export
Lnet/minecraft/block/entity/TestInstanceBlockEntity;export(Ljava/util/function/Consumer;)Z
intermediary method_66757
Lnet/minecraft/class_10638;method_66757(Ljava/util/function/Consumer;)Z
official c
Leaj;c(Ljava/util/function/Consumer;)Z
-
exportData
public static boolean exportData(ServerWorld world, Identifier structureId, Consumer<Text> messageConsumer) - Mappings:
Namespace Name Mixin selector named exportData
Lnet/minecraft/block/entity/TestInstanceBlockEntity;exportData(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/Identifier;Ljava/util/function/Consumer;)Z
intermediary method_66742
Lnet/minecraft/class_10638;method_66742(Lnet/minecraft/class_3218;Lnet/minecraft/class_2960;Ljava/util/function/Consumer;)Z
official a
Leaj;a(Lasb;Lalr;Ljava/util/function/Consumer;)Z
-
start
- Mappings:
Namespace Name Mixin selector named start
Lnet/minecraft/block/entity/TestInstanceBlockEntity;start(Ljava/util/function/Consumer;)V
intermediary method_66760
Lnet/minecraft/class_10638;method_66760(Ljava/util/function/Consumer;)V
official d
Leaj;d(Ljava/util/function/Consumer;)V
-
placeStructure
public boolean placeStructure()- Mappings:
Namespace Name Mixin selector named placeStructure
Lnet/minecraft/block/entity/TestInstanceBlockEntity;placeStructure()Z
intermediary method_66731
Lnet/minecraft/class_10638;method_66731()Z
official A
Leaj;A()Z
-
placeStructure
- Mappings:
Namespace Name Mixin selector named placeStructure
Lnet/minecraft/block/entity/TestInstanceBlockEntity;placeStructure(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/structure/StructureTemplate;)V
intermediary method_66744
Lnet/minecraft/class_10638;method_66744(Lnet/minecraft/class_3218;Lnet/minecraft/class_3499;)V
official a
Leaj;a(Lasb;Lewp;)V
-
discardEntities
private void discardEntities()- Mappings:
Namespace Name Mixin selector named discardEntities
Lnet/minecraft/block/entity/TestInstanceBlockEntity;discardEntities()V
intermediary method_66737
Lnet/minecraft/class_10638;method_66737()V
official G
Leaj;G()V
-
setChunksForced
private void setChunksForced()- Mappings:
Namespace Name Mixin selector named setChunksForced
Lnet/minecraft/block/entity/TestInstanceBlockEntity;setChunksForced()V
intermediary method_66738
Lnet/minecraft/class_10638;method_66738()V
official H
Leaj;H()V
-
getStartPos
- Mappings:
Namespace Name Mixin selector named getStartPos
Lnet/minecraft/block/entity/TestInstanceBlockEntity;getStartPos()Lnet/minecraft/util/math/BlockPos;
intermediary method_66732
Lnet/minecraft/class_10638;method_66732()Lnet/minecraft/class_2338;
official B
Leaj;B()Liw;
-
placeBarriers
public void placeBarriers()- Mappings:
Namespace Name Mixin selector named placeBarriers
Lnet/minecraft/block/entity/TestInstanceBlockEntity;placeBarriers()V
intermediary method_66733
Lnet/minecraft/class_10638;method_66733()V
official C
Leaj;C()V
-
clearBarriers
public void clearBarriers()- Mappings:
Namespace Name Mixin selector named clearBarriers
Lnet/minecraft/block/entity/TestInstanceBlockEntity;clearBarriers()V
intermediary method_66734
Lnet/minecraft/class_10638;method_66734()V
official D
Leaj;D()V
-
forEachPos
- Mappings:
Namespace Name Mixin selector named forEachPos
Lnet/minecraft/block/entity/TestInstanceBlockEntity;forEachPos(Ljava/util/function/Consumer;)V
intermediary method_66761
Lnet/minecraft/class_10638;method_66761(Ljava/util/function/Consumer;)V
official e
Leaj;e(Ljava/util/function/Consumer;)V
-