Package net.minecraft.block
Class BlockDoor
- java.lang.Object
-
- net.zxmushroom63.plugins.BaseData
-
- net.zxmushroom63.plugins.PluginData
-
- net.minecraft.block.Block
-
- net.minecraft.block.BlockDoor
-
- All Implemented Interfaces:
org.teavm.jso.JSObject
public class BlockDoor extends Block
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlockDoor.EnumDoorHalf
static class
BlockDoor.EnumHingePosition
-
Nested classes/interfaces inherited from class net.minecraft.block.Block
Block.EnumOffsetType, Block.SoundType
-
Nested classes/interfaces inherited from class net.zxmushroom63.plugins.BaseData
BaseData.BooleanCallback, BaseData.BooleanCallbackArr, BaseData.DataBooleanCallback, BaseData.DataBooleanCallbackArr, BaseData.DataDoubleCallback, BaseData.DataDoubleCallbackArr, BaseData.DataFloatCallback, BaseData.DataFloatCallbackArr, BaseData.DataIntCallback, BaseData.DataIntCallbackArr, BaseData.DataObjectCallback, BaseData.DataObjectCallbackArr, BaseData.DataStringCallback, BaseData.DataStringCallbackArr, BaseData.DataVoidCallback, BaseData.DoubleCallback, BaseData.DoubleCallbackArr, BaseData.FloatCallback, BaseData.FloatCallbackArr, BaseData.IntCallback, BaseData.IntCallbackArr, BaseData.ObjectCallback, BaseData.ObjectCallbackArr, BaseData.StringCallback, BaseData.StringCallbackArr, BaseData.VoidCallback
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDirection
FACING
static PropertyEnum<BlockDoor.EnumDoorHalf>
HALF
static PropertyEnum<BlockDoor.EnumHingePosition>
HINGE
static PropertyBool
OPEN
static PropertyBool
POWERED
-
Fields inherited from class net.minecraft.block.Block
BLOCK_STATE_IDS, blockHardness, blockMaterial, blockParticleGravity, blockRegistry, blockResistance, blockState, enableStats, field_181083_K, forceRender, fullBlock, isBlockContainer, lightOpacity, lightValue, maxX, maxY, maxZ, minX, minY, minZ, needsRandomTick, noRender, SLIME_SOUND, slipperiness, soundTypeAnvil, soundTypeCloth, soundTypeGlass, soundTypeGrass, soundTypeGravel, soundTypeLadder, soundTypeMetal, soundTypePiston, soundTypeSand, soundTypeSnow, soundTypeStone, soundTypeWood, stepSound, translucent, useNeighborBrightness
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
bootstrapStates()
boolean
canPlaceBlockAt(World world, BlockPos blockpos)
MovingObjectPosition
collisionRayTrace(World world, BlockPos blockpos, Vec3 vec3, Vec3 vec31)
+ Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.static int
combineMetadata(IBlockAccess worldIn, BlockPos pos)
protected BlockState
createBlockState()
IBlockState
getActualState(IBlockState iblockstate, IBlockAccess iblockaccess, BlockPos blockpos)
+ Get the actual Block state of this Block at the given position.EnumWorldBlockLayer
getBlockLayer()
AxisAlignedBB
getCollisionBoundingBox(World world, BlockPos blockpos, IBlockState iblockstate)
static EnumFacing
getFacing(int combinedMeta)
static EnumFacing
getFacing(IBlockAccess worldIn, BlockPos pos)
Item
getItem(World var1, BlockPos var2)
Item
getItemDropped(IBlockState iblockstate, EaglercraftRandom var2, int var3)
+ Get the Item that this Block should drop when harvested.java.lang.String
getLocalizedName()
+ Gets the localized name of this block.int
getMetaFromState(IBlockState iblockstate)
+ Convert the BlockState into the correct metadata valueint
getMobilityFlag()
AxisAlignedBB
getSelectedBoundingBox(World world, BlockPos blockpos)
IBlockState
getStateFromMeta(int i)
+ Convert the given metadata into a BlockState for this Blockboolean
isFullCube()
protected static boolean
isHingeLeft(int combinedMeta)
boolean
isOpaqueCube()
+ Used to determine ambient occlusion and culling when rebuilding chunks for renderprotected static boolean
isOpen(int combinedMeta)
static boolean
isOpen(IBlockAccess worldIn, BlockPos pos)
boolean
isPassable(IBlockAccess iblockaccess, BlockPos blockpos)
protected static boolean
isTop(int meta)
boolean
onBlockActivated(World world, BlockPos blockpos, IBlockState iblockstate, EntityPlayer entityplayer, EnumFacing var5, float var6, float var7, float var8)
void
onBlockHarvested(World world, BlockPos blockpos, IBlockState iblockstate, EntityPlayer entityplayer)
void
onNeighborBlockChange(World world, BlockPos blockpos, IBlockState iblockstate, Block block)
+ Called when a neighboring block changes.protected static int
removeHalfBit(int meta)
void
setBlockBoundsBasedOnState(IBlockAccess iblockaccess, BlockPos blockpos)
void
toggleDoor(World worldIn, BlockPos pos, boolean open)
-
Methods inherited from class net.minecraft.block.Block
addCollisionBoxesToList, breakBlock, canCollideCheck, canDropFromExplosion, canPlaceBlockOnSide, canProvidePower, canReplace, canSilkHarvest, colorMultiplier, colorMultiplier, createStackedBlock, damageDropped, disableStats, dropBlockAsItem, dropBlockAsItemWithChance, dropXpOnBlockBreak, fillWithRain, func_181623_g, getAmbientOcclusionLightValue, getBlockBoundsMaxX, getBlockBoundsMaxY, getBlockBoundsMaxZ, getBlockBoundsMinX, getBlockBoundsMinY, getBlockBoundsMinZ, getBlockById, getBlockColor, getBlockFromItem, getBlockFromName, getBlockHardness, getBlockState, getComparatorInputOverride, getCreativeTabToDisplayOn, getDamageValue, getDefaultState, getEnableStats, getExplosionResistance, getIdFromBlock, getLightOpacity, getLightValue, getMapColor, getMaterial, getMixedBrightnessForBlock, getOffsetType, getPlayerRelativeBlockHardness, getRenderColor, getRenderType, getStateById, getStateForEntityRender, getStateId, getStrongPower, getSubBlocks, getTickRandomly, getUnlocalizedName, getUseNeighborBrightness, getWeakPower, harvestBlock, hasComparatorInputOverride, hasTileEntity, isAssociatedBlock, isBlockNormalCube, isBlockSolid, isCollidable, isEqualTo, isFlowerPot, isFullBlock, isNormalCube, isReplaceable, isTranslucent, isVisuallyOpaque, loadPluginData, makePluginData, modifyAcceleration, onBlockAdded, onBlockClicked, onBlockDestroyedByExplosion, onBlockDestroyedByPlayer, onBlockEventReceived, onBlockPlaced, onBlockPlacedBy, onEntityCollidedWithBlock, onEntityCollidedWithBlock, onFallenUpon, onLanded, quantityDropped, quantityDroppedWithBonus, randomDisplayTick, randomTick, registerBlocks, requiresUpdates, setBlockBounds, setBlockBoundsForItemRender, setBlockUnbreakable, setCreativeTab, setDefaultState, setHardness, setLightLevel, setLightOpacity, setResistance, setStepSound, setTickRandomly, setUnlocalizedName, shouldSideBeRendered, spawnAsEntity, tickRate, toString, updateTick
-
Methods inherited from class net.zxmushroom63.plugins.BaseData
execFuncBaseData, execFuncObject, execFuncString, getBaseData, getBaseDataArr, getBoolean, getBooleanArr, getByte, getByteArr, getChar, getCharArr, getDouble, getDoubleArr, getFloat, getFloatArr, getInt, getIntArr, getObject, getObjectArr, getShort, getShortArr, getString, getStringArr, has, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setCallbackBoolean, setCallbackBooleanArr, setCallbackBooleanArrWithDataArg, setCallbackBooleanWithDataArg, setCallbackDouble, setCallbackDoubleArr, setCallbackDoubleArrWithDataArg, setCallbackDoubleWithDataArg, setCallbackFloat, setCallbackFloatArr, setCallbackFloatArrWithDataArg, setCallbackFloatWithDataArg, setCallbackInt, setCallbackIntArr, setCallbackIntArrWithDataArg, setCallbackIntWithDataArg, setCallbackObject, setCallbackObjectArr, setCallbackObjectArrWithDataArg, setCallbackObjectWithDataArg, setCallbackString, setCallbackStringArr, setCallbackStringArrWithDataArg, setCallbackStringWithDataArg, setCallbackVoid, setCallbackVoidWithDataArg, setNull
-
-
-
-
Field Detail
-
FACING
public static final PropertyDirection FACING
-
OPEN
public static final PropertyBool OPEN
-
HINGE
public static PropertyEnum<BlockDoor.EnumHingePosition> HINGE
-
POWERED
public static final PropertyBool POWERED
-
HALF
public static PropertyEnum<BlockDoor.EnumDoorHalf> HALF
-
-
Constructor Detail
-
BlockDoor
protected BlockDoor(Material materialIn)
-
-
Method Detail
-
bootstrapStates
public static void bootstrapStates()
-
getLocalizedName
public java.lang.String getLocalizedName()
+ Gets the localized name of this block. Used for the statistics page.- Overrides:
getLocalizedName
in classBlock
-
isOpaqueCube
public boolean isOpaqueCube()
+ Used to determine ambient occlusion and culling when rebuilding chunks for render- Overrides:
isOpaqueCube
in classBlock
-
isPassable
public boolean isPassable(IBlockAccess iblockaccess, BlockPos blockpos)
- Overrides:
isPassable
in classBlock
-
isFullCube
public boolean isFullCube()
- Overrides:
isFullCube
in classBlock
-
getSelectedBoundingBox
public AxisAlignedBB getSelectedBoundingBox(World world, BlockPos blockpos)
- Overrides:
getSelectedBoundingBox
in classBlock
-
getCollisionBoundingBox
public AxisAlignedBB getCollisionBoundingBox(World world, BlockPos blockpos, IBlockState iblockstate)
- Overrides:
getCollisionBoundingBox
in classBlock
-
setBlockBoundsBasedOnState
public void setBlockBoundsBasedOnState(IBlockAccess iblockaccess, BlockPos blockpos)
- Overrides:
setBlockBoundsBasedOnState
in classBlock
-
onBlockActivated
public boolean onBlockActivated(World world, BlockPos blockpos, IBlockState iblockstate, EntityPlayer entityplayer, EnumFacing var5, float var6, float var7, float var8)
- Overrides:
onBlockActivated
in classBlock
-
onNeighborBlockChange
public void onNeighborBlockChange(World world, BlockPos blockpos, IBlockState iblockstate, Block block)
+ Called when a neighboring block changes.- Overrides:
onNeighborBlockChange
in classBlock
-
getItemDropped
public Item getItemDropped(IBlockState iblockstate, EaglercraftRandom var2, int var3)
+ Get the Item that this Block should drop when harvested.- Overrides:
getItemDropped
in classBlock
-
collisionRayTrace
public MovingObjectPosition collisionRayTrace(World world, BlockPos blockpos, Vec3 vec3, Vec3 vec31)
+ Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.- Overrides:
collisionRayTrace
in classBlock
-
canPlaceBlockAt
public boolean canPlaceBlockAt(World world, BlockPos blockpos)
- Overrides:
canPlaceBlockAt
in classBlock
-
getMobilityFlag
public int getMobilityFlag()
- Overrides:
getMobilityFlag
in classBlock
-
combineMetadata
public static int combineMetadata(IBlockAccess worldIn, BlockPos pos)
-
onBlockHarvested
public void onBlockHarvested(World world, BlockPos blockpos, IBlockState iblockstate, EntityPlayer entityplayer)
- Overrides:
onBlockHarvested
in classBlock
-
getBlockLayer
public EnumWorldBlockLayer getBlockLayer()
- Overrides:
getBlockLayer
in classBlock
-
getActualState
public IBlockState getActualState(IBlockState iblockstate, IBlockAccess iblockaccess, BlockPos blockpos)
+ Get the actual Block state of this Block at the given position. This applies properties not visible in the metadata, such as fence connections.- Overrides:
getActualState
in classBlock
-
getStateFromMeta
public IBlockState getStateFromMeta(int i)
+ Convert the given metadata into a BlockState for this Block- Overrides:
getStateFromMeta
in classBlock
-
getMetaFromState
public int getMetaFromState(IBlockState iblockstate)
+ Convert the BlockState into the correct metadata value- Overrides:
getMetaFromState
in classBlock
-
removeHalfBit
protected static int removeHalfBit(int meta)
-
isOpen
public static boolean isOpen(IBlockAccess worldIn, BlockPos pos)
-
getFacing
public static EnumFacing getFacing(IBlockAccess worldIn, BlockPos pos)
-
getFacing
public static EnumFacing getFacing(int combinedMeta)
-
isOpen
protected static boolean isOpen(int combinedMeta)
-
isTop
protected static boolean isTop(int meta)
-
isHingeLeft
protected static boolean isHingeLeft(int combinedMeta)
-
createBlockState
protected BlockState createBlockState()
- Overrides:
createBlockState
in classBlock
-
-