Package net.minecraft.world.phys.shapes
Class SubShape
java.lang.Object
net.minecraft.world.phys.shapes.DiscreteVoxelShape
net.minecraft.world.phys.shapes.SubShape
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.phys.shapes.DiscreteVoxelShapeDiscreteVoxelShape.IntFaceConsumer, DiscreteVoxelShape.IntLineConsumer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final intprivate final DiscreteVoxelShapeprivate final intprivate final intprivate final intFields inherited from class net.minecraft.world.phys.shapes.DiscreteVoxelShapexSize, ySize, zSize
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedSubShape(DiscreteVoxelShape p_83190_, int p_83191_, int p_83192_, int p_83193_, int p_83194_, int p_83195_, int p_83196_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate intclampToShape(Direction.Axis p_166057_, int p_166058_) voidfill(int p_166060_, int p_166061_, int p_166062_) intfirstFull(Direction.Axis p_83204_) booleanisFull(int p_83206_, int p_83207_, int p_83208_) intlastFull(Direction.Axis p_83210_) Methods inherited from class net.minecraft.world.phys.shapes.DiscreteVoxelShapefirstFull, forAllBoxes, forAllEdges, forAllFaces, getSize, getXSize, getYSize, getZSize, isEmpty, isFull, isFullWide, isFullWide, lastFull
- 
Field Details- 
parent
- 
startXprivate final int startX
- 
startYprivate final int startY
- 
startZprivate final int startZ
- 
endXprivate final int endX
- 
endYprivate final int endY
- 
endZprivate final int endZ
 
- 
- 
Constructor Details- 
SubShapeprotected SubShape(DiscreteVoxelShape p_83190_, int p_83191_, int p_83192_, int p_83193_, int p_83194_, int p_83195_, int p_83196_) 
 
- 
- 
Method Details- 
isFullpublic boolean isFull(int p_83206_, int p_83207_, int p_83208_) - Specified by:
- isFullin class- DiscreteVoxelShape
 
- 
fillpublic void fill(int p_166060_, int p_166061_, int p_166062_) - Specified by:
- fillin class- DiscreteVoxelShape
 
- 
firstFull- Specified by:
- firstFullin class- DiscreteVoxelShape
 
- 
lastFull- Specified by:
- lastFullin class- DiscreteVoxelShape
 
- 
clampToShape
 
-