Class EndSpikeFeature.Spike

java.lang.Object
net.minecraft.world.gen.feature.EndSpikeFeature.Spike
Enclosing class:
EndSpikeFeature

public static class EndSpikeFeature.Spike
extends Object
Mappings:
Namespace Name
official cqg$a
intermediary net/minecraft/class_3310$class_3181
named net/minecraft/world/gen/feature/EndSpikeFeature$Spike
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<EndSpikeFeature.Spike> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcqg$a;a:Lcom/mojang/serialization/Codec;
      intermediary field_24841 Lnet/minecraft/class_3310$class_3181;field_24841:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;CODEC:Lcom/mojang/serialization/Codec;
    • centerX

      private final int centerX
      Mappings:
      Namespace Name Mixin selector
      official b Lcqg$a;b:I
      intermediary field_13836 Lnet/minecraft/class_3310$class_3181;field_13836:I
      named centerX Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;centerX:I
    • centerZ

      private final int centerZ
      Mappings:
      Namespace Name Mixin selector
      official c Lcqg$a;c:I
      intermediary field_13834 Lnet/minecraft/class_3310$class_3181;field_13834:I
      named centerZ Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;centerZ:I
    • radius

      private final int radius
      Mappings:
      Namespace Name Mixin selector
      official d Lcqg$a;d:I
      intermediary field_13833 Lnet/minecraft/class_3310$class_3181;field_13833:I
      named radius Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;radius:I
    • height

      private final int height
      Mappings:
      Namespace Name Mixin selector
      official e Lcqg$a;e:I
      intermediary field_13831 Lnet/minecraft/class_3310$class_3181;field_13831:I
      named height Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;height:I
    • guarded

      private final boolean guarded
      Mappings:
      Namespace Name Mixin selector
      official f Lcqg$a;f:Z
      intermediary field_13832 Lnet/minecraft/class_3310$class_3181;field_13832:Z
      named guarded Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;guarded:Z
    • boundingBox

      private final Box boundingBox
      Mappings:
      Namespace Name Mixin selector
      official g Lcqg$a;g:Ldip;
      intermediary field_13835 Lnet/minecraft/class_3310$class_3181;field_13835:Lnet/minecraft/class_238;
      named boundingBox Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;boundingBox:Lnet/minecraft/util/math/Box;
  • Constructor Details

    • Spike

      public Spike​(int centerX, int centerZ, int radius, int height, boolean guarded)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcqg$a;<init>(IIIIZ)V
      intermediary <init> Lnet/minecraft/class_3310$class_3181;<init>(IIIIZ)V
      named <init> Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;<init>(IIIIZ)V
  • Method Details

    • isInChunk

      public boolean isInChunk​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lcqg$a;a(Lfx;)Z
      intermediary method_13962 Lnet/minecraft/class_3310$class_3181;method_13962(Lnet/minecraft/class_2338;)Z
      named isInChunk Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;isInChunk(Lnet/minecraft/util/math/BlockPos;)Z
    • getCenterX

      public int getCenterX()
      Mappings:
      Namespace Name Mixin selector
      official a Lcqg$a;a()I
      intermediary method_13966 Lnet/minecraft/class_3310$class_3181;method_13966()I
      named getCenterX Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;getCenterX()I
    • getCenterZ

      public int getCenterZ()
      Mappings:
      Namespace Name Mixin selector
      official b Lcqg$a;b()I
      intermediary method_13967 Lnet/minecraft/class_3310$class_3181;method_13967()I
      named getCenterZ Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;getCenterZ()I
    • getRadius

      public int getRadius()
      Mappings:
      Namespace Name Mixin selector
      official c Lcqg$a;c()I
      intermediary method_13963 Lnet/minecraft/class_3310$class_3181;method_13963()I
      named getRadius Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;getRadius()I
    • getHeight

      public int getHeight()
      Mappings:
      Namespace Name Mixin selector
      official d Lcqg$a;d()I
      intermediary method_13964 Lnet/minecraft/class_3310$class_3181;method_13964()I
      named getHeight Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;getHeight()I
    • isGuarded

      public boolean isGuarded()
      Mappings:
      Namespace Name Mixin selector
      official e Lcqg$a;e()Z
      intermediary method_13965 Lnet/minecraft/class_3310$class_3181;method_13965()Z
      named isGuarded Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;isGuarded()Z
    • getBoundingBox

      public Box getBoundingBox()
      Mappings:
      Namespace Name Mixin selector
      official f Lcqg$a;f()Ldip;
      intermediary method_13968 Lnet/minecraft/class_3310$class_3181;method_13968()Lnet/minecraft/class_238;
      named getBoundingBox Lnet/minecraft/world/gen/feature/EndSpikeFeature$Spike;getBoundingBox()Lnet/minecraft/util/math/Box;