Package net.minecraft.entity
Interface SpawnLocation
public interface SpawnLocation
- Mappings:
Namespace Name official bqhintermediary net/minecraft/class_9168named net/minecraft/entity/SpawnLocation
-
Method Summary
Modifier and TypeMethodDescriptiondefault BlockPosadjustPosition(WorldView world, BlockPos pos) booleanisSpawnPositionOk(WorldView world, BlockPos pos, @Nullable EntityType<?> entityType)
-
Method Details
-
isSpawnPositionOk
boolean isSpawnPositionOk(WorldView world, BlockPos pos, @Nullable @Nullable EntityType<?> entityType) - Mappings:
Namespace Name Mixin selector official isSpawnPositionOkLbqh;isSpawnPositionOk(Lcxc;Lib;Lbpc;)Zintermediary isSpawnPositionOkLnet/minecraft/class_9168;isSpawnPositionOk(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;)Znamed isSpawnPositionOkLnet/minecraft/entity/SpawnLocation;isSpawnPositionOk(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/EntityType;)Z
-
adjustPosition
- Mappings:
Namespace Name Mixin selector official aLbqh;a(Lcxc;Lib;)Lib;intermediary method_56553Lnet/minecraft/class_9168;method_56553(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;named adjustPositionLnet/minecraft/entity/SpawnLocation;adjustPosition(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-