Uses of Class
net.minecraft.block.pattern.BlockPattern
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.pattern | |
| net.minecraft.entity.boss.dragon |
-
Uses of BlockPattern in net.minecraft.block
Fields in net.minecraft.block declared as BlockPattern Modifier and Type Field Description private static BlockPatternEndPortalFrameBlock. COMPLETED_FRAMEprivate @Nullable BlockPatternCarvedPumpkinBlock. ironGolemDispenserPatternprivate @Nullable BlockPatternCarvedPumpkinBlock. ironGolemPatternprivate @Nullable BlockPatternCarvedPumpkinBlock. snowGolemDispenserPatternprivate @Nullable BlockPatternCarvedPumpkinBlock. snowGolemPatternprivate static @Nullable BlockPatternWitherSkullBlock. witherBossPatternprivate static @Nullable BlockPatternWitherSkullBlock. witherDispenserPatternMethods in net.minecraft.block that return BlockPattern Modifier and Type Method Description static BlockPatternEndPortalFrameBlock. getCompletedFramePattern()private BlockPatternCarvedPumpkinBlock. getIronGolemDispenserPattern()private BlockPatternCarvedPumpkinBlock. getIronGolemPattern()private BlockPatternCarvedPumpkinBlock. getSnowGolemDispenserPattern()private BlockPatternCarvedPumpkinBlock. getSnowGolemPattern()private static BlockPatternWitherSkullBlock. getWitherBossPattern()private static BlockPatternWitherSkullBlock. getWitherDispenserPattern() -
Uses of BlockPattern in net.minecraft.block.pattern
Methods in net.minecraft.block.pattern that return BlockPattern Modifier and Type Method Description BlockPatternBlockPatternBuilder. build() -
Uses of BlockPattern in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as BlockPattern Modifier and Type Field Description private BlockPatternEnderDragonFight. endPortalPattern