Package btw.block.material
Class NetherGrothMaterial
java.lang.Object
net.minecraft.src.Material
btw.block.material.NetherGrothMaterial
-
Field Summary
Fields inherited from class net.minecraft.src.Material
air, anvil, cactus, cake, circuits, clay, cloth, coral, craftedSnow, dragonEgg, fire, glass, grass, ground, ice, iron, lava, leaves, materialCarpet, materialMapColor, piston, plants, portal, pumpkin, redstoneLight, rock, sand, snow, sponge, tnt, vine, water, web, wood -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns if this material is considered solid or notMethods inherited from class net.minecraft.src.Material
blocksEndermenPickup, breaksSaw, getAxesEfficientOn, getAxesTreatAsVegetation, getCanBlockGrass, getCanBurn, getMaterialMobility, getMobsCanSpawnOn, isAdventureModeExempt, isLiquid, isOpaque, isReplaceable, isSolid, isToolNotRequired, setAdventureModeExempt, setAxesEfficientOn, setAxesTreatAsVegetation, setBlocksEndermenPickup, setBurning, setDoesNotBreakSaw, setImmovableMobility, setMobsCantSpawnOn, setNetherMobsCanSpawnOn, setNoPushMobility, setReplaceable, setRequiresTool, setTranslucent
-
Constructor Details
-
NetherGrothMaterial
-
-
Method Details
-
blocksMovement
public boolean blocksMovement()Description copied from class:MaterialReturns if this material is considered solid or not- Overrides:
blocksMovementin classMaterial
-