Class ExpandFillBucketEvent
java.lang.Object
com.blamejared.crafttweaker.natives.event.entity.player.ExpandFillBucketEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IItemStackgetEmptyBucket(net.minecraftforge.event.entity.player.FillBucketEvent internal) static IItemStackgetFilledBucket(net.minecraftforge.event.entity.player.FillBucketEvent internal) static net.minecraft.world.level.LevelgetLevel(net.minecraftforge.event.entity.player.FillBucketEvent internal) static net.minecraft.world.phys.HitResultgetTarget(net.minecraftforge.event.entity.player.FillBucketEvent internal) static voidsetFilledBucket(net.minecraftforge.event.entity.player.FillBucketEvent internal, IItemStack bucket)
-
Field Details
-
BUS
-
-
Constructor Details
-
ExpandFillBucketEvent
public ExpandFillBucketEvent()
-
-
Method Details
-
getEmptyBucket
public static IItemStack getEmptyBucket(net.minecraftforge.event.entity.player.FillBucketEvent internal) -
getLevel
public static net.minecraft.world.level.Level getLevel(net.minecraftforge.event.entity.player.FillBucketEvent internal) -
getTarget
public static net.minecraft.world.phys.HitResult getTarget(net.minecraftforge.event.entity.player.FillBucketEvent internal) -
getFilledBucket
public static IItemStack getFilledBucket(net.minecraftforge.event.entity.player.FillBucketEvent internal) -
setFilledBucket
public static void setFilledBucket(net.minecraftforge.event.entity.player.FillBucketEvent internal, IItemStack bucket)
-