Class EndExitPortalFeature

java.lang.Object
net.minecraft.world.gen.feature.Feature
net.minecraft.world.gen.feature.EndExitPortalFeature

public class EndExitPortalFeature extends Feature
Mappings:
Namespace Name
official awm
intermediary net/minecraft/class_2755
named net/minecraft/world/gen/feature/EndExitPortalFeature
  • Field Details

    • ORIGIN

      public static final BlockPos ORIGIN
      Mappings:
      Namespace Name Mixin selector
      official a Lawm;a:Lco;
      intermediary field_12979 Lnet/minecraft/class_2755;field_12979:Lnet/minecraft/class_2552;
      named ORIGIN Lnet/minecraft/world/gen/feature/EndExitPortalFeature;ORIGIN:Lnet/minecraft/util/math/BlockPos;
    • field_12980

      public static final BlockPos field_12980
      Mappings:
      Namespace Name Mixin selector
      official b Lawm;b:Lco;
      intermediary field_12980 Lnet/minecraft/class_2755;field_12980:Lnet/minecraft/class_2552;
      named field_12980 Lnet/minecraft/world/gen/feature/EndExitPortalFeature;field_12980:Lnet/minecraft/util/math/BlockPos;
    • open

      private final boolean open
      Mappings:
      Namespace Name Mixin selector
      official c Lawm;c:Z
      intermediary field_12981 Lnet/minecraft/class_2755;field_12981:Z
      named open Lnet/minecraft/world/gen/feature/EndExitPortalFeature;open:Z
  • Constructor Details

    • EndExitPortalFeature

      public EndExitPortalFeature(boolean open)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lawn;<init>(Z)V
      intermediary <init> Lnet/minecraft/class_1227;<init>(Z)V
      named <init> Lnet/minecraft/world/gen/feature/Feature;<init>(Z)V
  • Method Details

    • generate

      public boolean generate(World world, Random random, BlockPos blockPos)
      Specified by:
      generate in class Feature
      Mappings:
      Namespace Name Mixin selector
      official b Lawn;b(Lajs;Ljava/util/Random;Lco;)Z
      intermediary method_4028 Lnet/minecraft/class_1227;method_4028(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2552;)Z
      named generate Lnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z