Class OozeBotteTransformations

java.lang.Object
com.github.voidleech.voided_enlightenment.api.OozeBotteTransformations

public class OozeBotteTransformations extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.util.Tuple<net.minecraft.world.level.block.Block,net.minecraft.sounds.SoundEvent>
    get(net.minecraft.world.level.block.Block block)
     
    static net.minecraft.util.Tuple<net.minecraft.world.level.block.Block,net.minecraft.sounds.SoundEvent>
    put(net.minecraft.world.level.block.Block blockToTransform, net.minecraft.util.Tuple<net.minecraft.world.level.block.Block,net.minecraft.sounds.SoundEvent> intoWithSound)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OozeBotteTransformations

      public OozeBotteTransformations()
  • Method Details

    • put

      public static net.minecraft.util.Tuple<net.minecraft.world.level.block.Block,net.minecraft.sounds.SoundEvent> put(net.minecraft.world.level.block.Block blockToTransform, net.minecraft.util.Tuple<net.minecraft.world.level.block.Block,net.minecraft.sounds.SoundEvent> intoWithSound)
    • get

      public static net.minecraft.util.Tuple<net.minecraft.world.level.block.Block,net.minecraft.sounds.SoundEvent> get(net.minecraft.world.level.block.Block block)