Class SlideSettings


  • public class SlideSettings
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.mojang.serialization.Codec<SlideSettings> CODEC  
      private int offset  
      private int size  
      private int target  
    • Constructor Summary

      Constructors 
      Constructor Description
      SlideSettings​(int p_i231911_1_, int p_i231911_2_, int p_i231911_3_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int offset()  
      int size()  
      int target()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CODEC

        public static final com.mojang.serialization.Codec<SlideSettings> CODEC
      • target

        private final int target
      • size

        private final int size
      • offset

        private final int offset
    • Constructor Detail

      • SlideSettings

        public SlideSettings​(int p_i231911_1_,
                             int p_i231911_2_,
                             int p_i231911_3_)
    • Method Detail

      • target

        public int target()
      • size

        public int size()
      • offset

        public int offset()