public abstract class MixinBlockFlower extends MixinBlock
Constructor and Description |
---|
MixinBlockFlower() |
Modifier and Type | Method and Description |
---|---|
List<org.spongepowered.api.data.key.Key<?>> |
getApplicableKeys()
Gets the list of applicable keys.
|
ImmutableList<org.spongepowered.api.data.manipulator.ImmutableDataManipulator<?,?>> |
getManipulators(net.minecraft.block.state.IBlockState blockState)
Gets all the
ImmutableDataManipulator s for the provided
IBlockState . |
List<org.spongepowered.api.data.value.immutable.ImmutableValue<?>> |
getValues(net.minecraft.block.state.IBlockState blockState) |
boolean |
isFlammable(net.minecraft.world.IBlockAccess blockAccess,
net.minecraft.util.BlockPos pos,
net.minecraft.util.EnumFacing facing) |
boolean |
supports(Class<? extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<?,?>> immutable) |
areStatisticsEnabled, callRandomTickEvent, getDefaultBlockState, getDefaultState, getEmittedLight, getEnableStats, getHeldItem, getId, getLightValue, getMaterial, getName, getStateFromMeta, getTickRandomly, getTranslation, getUnlocalizedName, isAffectedByGravity, isBlockNormalCube, isGaseous, isLiquid, isReplaceable, isSolidCube, setTickRandomly, shadow$getDefaultState
public ImmutableList<org.spongepowered.api.data.manipulator.ImmutableDataManipulator<?,?>> getManipulators(net.minecraft.block.state.IBlockState blockState)
IMixinBlock
ImmutableDataManipulator
s for the provided
IBlockState
.getManipulators
in interface IMixinBlock
getManipulators
in class MixinBlock
blockState
- The block state being passed inpublic boolean supports(Class<? extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<?,?>> immutable)
public List<org.spongepowered.api.data.key.Key<?>> getApplicableKeys()
IMixinBlock
public List<org.spongepowered.api.data.value.immutable.ImmutableValue<?>> getValues(net.minecraft.block.state.IBlockState blockState)
public boolean isFlammable(net.minecraft.world.IBlockAccess blockAccess, net.minecraft.util.BlockPos pos, net.minecraft.util.EnumFacing facing)