Package net.minecraft.structure
Class NetherFortressPieces.BridgePlatform
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressPieces.AbstractPiece
net.minecraft.structure.NetherFortressPieces.BridgePlatform
- Enclosing class:
- NetherFortressPieces
- Mappings:
Namespace Name official aqj$lintermediary net/minecraft/class_1261$class_1273named net/minecraft/structure/NetherFortressPieces$BridgePlatform
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer -
Field Summary
FieldsFields inherited from class net.minecraft.structure.NetherFortressPieces.AbstractPiece
POSSIBLE_CHEST_CONTENTSFields inherited from class net.minecraft.structure.StructurePiece
boundingBox, chainLength, facing -
Constructor Summary
ConstructorsConstructorDescriptionBridgePlatform(int chainLength, Random random, BlockBox boundingBox, Direction orientation) -
Method Summary
Modifier and TypeMethodDescriptioncreate(List<StructurePiece> pieces, Random random, int x, int y, int z, int chainLength, Direction orientation) protected voiddeserialize(NbtCompound structureNbt) booleanprotected voidserialize(NbtCompound structureNbt) Methods inherited from class net.minecraft.structure.NetherFortressPieces.AbstractPiece
fillForwardOpening, fillNWOpening, fillSEOpening, isInboundsMethods inherited from class net.minecraft.structure.StructurePiece
addBlockWithRandomThreshold, applyXTransform, applyYTransform, applyZTransform, clearBlocksUpwards, fillAirAndLiquidsDownwards, fillHalfEllipsoid, fillOpenings, fillRandomized, fillWithOutline, fillWithOutlineUnderSeaLevel, fromNbt, getBlockAt, getBoundingBox, getCenterBlockPos, getChainLength, getData, getOverlappingPiece, isTouchingLiquid, placeChest, placeDispenser, placeDoor, setAir, setBlockState, toNbt, translate
-
Field Details
-
hasBlazeSpawner
private boolean hasBlazeSpawner- Mappings:
Namespace Name Mixin selector official bLaqj$l;b:Zintermediary field_4922Lnet/minecraft/class_1261$class_1273;field_4922:Znamed hasBlazeSpawnerLnet/minecraft/structure/NetherFortressPieces$BridgePlatform;hasBlazeSpawner:Z
-
-
Constructor Details
-
BridgePlatform
public BridgePlatform() -
BridgePlatform
- Mappings:
Namespace Name Mixin selector official <init>Laqj$l;<init>(ILjava/util/Random;Laqe;Lcq;)Vintermediary <init>Lnet/minecraft/class_1261$class_1273;<init>(ILjava/util/Random;Lnet/minecraft/class_1251;Lnet/minecraft/class_1354;)Vnamed <init>Lnet/minecraft/structure/NetherFortressPieces$BridgePlatform;<init>(ILjava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
-
Method Details
-
deserialize
- Overrides:
deserializein classNetherFortressPieces.AbstractPiece- Mappings:
Namespace Name Mixin selector official bLaqt;b(Ldn;)Vintermediary method_5530Lnet/minecraft/class_34;method_5530(Lnet/minecraft/class_322;)Vnamed deserializeLnet/minecraft/structure/StructurePiece;deserialize(Lnet/minecraft/nbt/NbtCompound;)V
-
serialize
- Overrides:
serializein classNetherFortressPieces.AbstractPiece- Mappings:
Namespace Name Mixin selector official aLaqt;a(Ldn;)Vintermediary method_5528Lnet/minecraft/class_34;method_5528(Lnet/minecraft/class_322;)Vnamed serializeLnet/minecraft/structure/StructurePiece;serialize(Lnet/minecraft/nbt/NbtCompound;)V
-
create
public static NetherFortressPieces.BridgePlatform create(List<StructurePiece> pieces, Random random, int x, int y, int z, int chainLength, Direction orientation) - Mappings:
Namespace Name Mixin selector official aLaqj$l;a(Ljava/util/List;Ljava/util/Random;IIIILcq;)Laqj$l;intermediary method_4070Lnet/minecraft/class_1261$class_1273;method_4070(Ljava/util/List;Ljava/util/Random;IIIILnet/minecraft/class_1354;)Lnet/minecraft/class_1261$class_1273;named createLnet/minecraft/structure/NetherFortressPieces$BridgePlatform;create(Ljava/util/List;Ljava/util/Random;IIIILnet/minecraft/util/math/Direction;)Lnet/minecraft/structure/NetherFortressPieces$BridgePlatform;
-
generate
- Specified by:
generatein classStructurePiece- Mappings:
Namespace Name Mixin selector official aLaqt;a(Ladm;Ljava/util/Random;Laqe;)Zintermediary method_58Lnet/minecraft/class_34;method_58(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_1251;)Znamed generateLnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;)Z
-