Class ExpandEntityPlaceBlockEvent
java.lang.Object
com.blamejared.crafttweaker.natives.event.block.ExpandEntityPlaceBlockEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.entity.EntitygetEntity(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal) static net.minecraft.world.level.block.state.BlockStategetPlacedAgainst(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal) static net.minecraft.world.level.block.state.BlockStategetPlacedBlock(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal)
-
Field Details
-
BUS
-
-
Constructor Details
-
ExpandEntityPlaceBlockEvent
public ExpandEntityPlaceBlockEvent()
-
-
Method Details
-
getEntity
public static net.minecraft.world.entity.Entity getEntity(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal) -
getPlacedBlock
public static net.minecraft.world.level.block.state.BlockState getPlacedBlock(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal) -
getPlacedAgainst
public static net.minecraft.world.level.block.state.BlockState getPlacedAgainst(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal)
-