Class PrefabBuffer.ChildPrefab

java.lang.Object
com.hypixel.hytale.server.core.prefab.selection.buffer.impl.PrefabBuffer.ChildPrefab
Enclosing class:
PrefabBuffer

public static class PrefabBuffer.ChildPrefab extends Object
  • Field Details

    • x

      private final int x
    • y

      private final int y
    • z

      private final int z
    • path

      @Nonnull private final String path
    • fitHeightmap

      private final boolean fitHeightmap
    • inheritSeed

      private final boolean inheritSeed
    • inheritHeightCondition

      private final boolean inheritHeightCondition
    • weights

      @Nonnull private final PrefabWeights weights
    • rotation

      @Nonnull private final PrefabRotation rotation
  • Constructor Details

    • ChildPrefab

      private ChildPrefab(int x, int y, int z, @Nonnull String path, boolean fitHeightmap, boolean inheritSeed, boolean inheritHeightCondition, @Nonnull PrefabWeights weights, @Nonnull PrefabRotation rotation)
  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • getZ

      public int getZ()
    • getPath

      @Nonnull public String getPath()
    • isFitHeightmap

      public boolean isFitHeightmap()
    • isInheritSeed

      public boolean isInheritSeed()
    • isInheritHeightCondition

      public boolean isInheritHeightCondition()
    • getWeights

      @Nonnull public PrefabWeights getWeights()
    • getRotation

      @Nonnull public PrefabRotation getRotation()