Package net.minecraft.structure
Class FortressPieces.StraightPathPiece
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.FortressPieces.AbstractPiece
net.minecraft.structure.FortressPieces.StraightPathPiece
- Enclosing class:
- FortressPieces
public static class FortressPieces.StraightPathPiece extends FortressPieces.AbstractPiece
- Mappings:
Namespace Name official aqj$cintermediary net/minecraft/class_486$class_489named net/minecraft/structure/FortressPieces$StraightPathPiece
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer -
Field Summary
Fields inherited from class net.minecraft.structure.FortressPieces.AbstractPiece
field_2000Fields inherited from class net.minecraft.structure.StructurePiece
boundingBox, direction, type -
Constructor Summary
Constructors Constructor Description StraightPathPiece()StraightPathPiece(int int2, Random random, BlockBox blockBox, Direction direction) -
Method Summary
Modifier and Type Method Description booleangenerate(World world, Random rand, BlockBox box)static FortressPieces.StraightPathPiecemethod_1608(List<StructurePiece> list, Random random, int int2, int int3, int int4, Direction direction, int int5)voidmethod_1726(StructurePiece structurePiece, List<StructurePiece> list, Random random)Methods inherited from class net.minecraft.structure.FortressPieces.AbstractPiece
deserialize, method_1618, method_1621, method_1623, method_1624, serializeMethods inherited from class net.minecraft.structure.StructurePiece
applyXTransform, applyYTransform, applyZTransform, fill, fromTag, getBoundingBox, getData, method_1708, method_1711, method_1713, method_1716, method_1718, method_1719, method_1720, method_1721, method_1722, method_1728, method_1731, method_1732, method_1735, randomizeFill, setAir, setBlockState, toTag, translate
-
Constructor Details
-
StraightPathPiece
public StraightPathPiece() -
StraightPathPiece
-
-
Method Details
-
method_1726
- Overrides:
method_1726in classStructurePiece- Mappings:
Namespace Name Mixin selector official aLaqt;a(Laqt;Ljava/util/List;Ljava/util/Random;)Vintermediary method_1726Lnet/minecraft/class_560;method_1726(Lnet/minecraft/class_560;Ljava/util/List;Ljava/util/Random;)Vnamed method_1726Lnet/minecraft/structure/StructurePiece;method_1726(Lnet/minecraft/structure/StructurePiece;Ljava/util/List;Ljava/util/Random;)V
-
method_1608
public static FortressPieces.StraightPathPiece method_1608(List<StructurePiece> list, Random random, int int2, int int3, int int4, Direction direction, int int5)- Mappings:
Namespace Name Mixin selector official aLaqj$c;a(Ljava/util/List;Ljava/util/Random;IIILcq;I)Laqj$c;intermediary method_1608Lnet/minecraft/class_486$class_489;method_1608(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/class_1383;I)Lnet/minecraft/class_486$class_489;named method_1608Lnet/minecraft/structure/FortressPieces$StraightPathPiece;method_1608(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/FortressPieces$StraightPathPiece;
-
generate
- Specified by:
generatein classStructurePiece- Mappings:
Namespace Name Mixin selector official aLaqt;a(Ladm;Ljava/util/Random;Laqe;)Zintermediary method_1724Lnet/minecraft/class_560;method_1724(Lnet/minecraft/class_99;Ljava/util/Random;Lnet/minecraft/class_476;)Znamed generateLnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;)Z
-